Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2686 Value *MulExp = B.CreateFMul(StepValue, Index); in emitTransformedIndex() local
2687 if (isa<Instruction>(MulExp)) in emitTransformedIndex()
2689 cast<Instruction>(MulExp)->setFastMathFlags(Flags); in emitTransformedIndex()
2691 Value *BOp = B.CreateBinOp(InductionBinOp->getOpcode(), StartValue, MulExp, in emitTransformedIndex()