Searched refs:InductionBinOp (Results 1 – 3 of 3) sorted by relevance
323 BinaryOperator *getInductionBinOp() const { return InductionBinOp; } in getInductionBinOp() 360 if (IK == IK_FpInduction && InductionBinOp && in getExactFPMathInst() 361 !InductionBinOp->hasAllowReassoc()) in getExactFPMathInst() 362 return InductionBinOp; in getExactFPMathInst() 368 return InductionBinOp ? InductionBinOp->getOpcode() in getInductionOpcode() 382 BinaryOperator *InductionBinOp = nullptr,392 BinaryOperator *InductionBinOp = nullptr; variable
1236 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor()1257 (InductionBinOp && in InductionDescriptor()1258 (InductionBinOp->getOpcode() == Instruction::FAdd || in InductionDescriptor()1259 InductionBinOp->getOpcode() == Instruction::FSub))) && in InductionDescriptor()
2219 const BinaryOperator *InductionBinOp) { in emitTransformedIndex() argument2280 assert(InductionBinOp && in emitTransformedIndex()2281 (InductionBinOp->getOpcode() == Instruction::FAdd || in emitTransformedIndex()2282 InductionBinOp->getOpcode() == Instruction::FSub) && in emitTransformedIndex()2286 return B.CreateBinOp(InductionBinOp->getOpcode(), StartValue, MulExp, in emitTransformedIndex()