Home
last modified time | relevance | path

Searched refs:MulExp (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp855 Value *MulExp = B.CreateFMul(StepValue, Index); in transform() local
856 if (isa<Instruction>(MulExp)) in transform()
858 cast<Instruction>(MulExp)->setFastMathFlags(Flags); in transform()
861 MulExp, "induction"); in transform()