Searched refs:getInductionOpcode (Results 1 – 5 of 5) sorted by relevance
360 if (IndDesc.getInductionOpcode() != Instruction::Add && in isAuxiliaryInductionVariable()361 IndDesc.getInductionOpcode() != Instruction::Sub) in isAuxiliaryInductionVariable()421 if (IndDesc.getInductionOpcode() != Instruction::Add) in isCanonical()
441 Instruction::BinaryOps getInductionOpcode() const { in getInductionOpcode() function
183 IVTy->isFloatingPointTy() ? ID.getInductionOpcode() : Instruction::Add; in unrollWidenInductionByUF()
692 Plan, ID.getKind(), ID.getInductionOpcode(), in legalizeAndOptimizeInductions()735 switch (ID.getInductionOpcode()) { in getOptimizableIVOf()2609 AddOp = ID.getInductionOpcode(); in expandVPWidenIntOrFpInduction()
3467 IV, Step, VF, IndDesc.getInductionOpcode(),