Searched defs:IVOperand (Results 1 – 2 of 2) sorted by relevance
134 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser()203 Instruction *IVOperand) { in makeIVComparisonInvariant()250 Instruction *IVOperand) { in eliminateIVComparison()366 Instruction *IVOperand, in simplifyIVRemainder()595 Instruction *IVOperand) { in eliminateIVUser()687 Instruction *IVOperand = cast<Instruction>(UseInst->getOperand(0)); in replaceFloatIVWithIntegerIV() local740 Instruction *IVOperand) { in eliminateIdentitySCEV()795 Instruction *IVOperand) { in strengthenBinaryOp()804 Instruction *IVOperand) { in strengthenOverflowingOperation()828 Instruction *IVOperand) { in strengthenRightShift()[all …]
2089 Value* IVOperand; member