Searched refs:MulExp (Results 1 – 1 of 1) sorted by relevance
2686 Value *MulExp = B.CreateFMul(StepValue, Index); in emitTransformedIndex() local2687 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()