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()368 Instruction *IVOperand, in simplifyIVRemainder()597 Instruction *IVOperand) { in eliminateIVUser()689 Instruction *IVOperand = cast<Instruction>(UseInst->getOperand(0)); in replaceFloatIVWithIntegerIV() local742 Instruction *IVOperand) { in eliminateIdentitySCEV()797 Instruction *IVOperand) { in strengthenBinaryOp()806 Instruction *IVOperand) { in strengthenOverflowingOperation()830 Instruction *IVOperand) { in strengthenRightShift()[all …]
2071 Value* IVOperand; member