Searched defs:IVOperand (Results 1 – 2 of 2) sorted by relevance
123 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser()192 Instruction *IVOperand) { in makeIVComparisonInvariant()236 Instruction *IVOperand) { in eliminateIVComparison()349 Instruction *IVOperand, in simplifyIVRemainder()575 Instruction *IVOperand) { in eliminateIVUser()656 Instruction *IVOperand = cast<Instruction>(UseInst->getOperand(0)); in replaceFloatIVWithIntegerIV() local709 Instruction *IVOperand) { in eliminateIdentitySCEV()753 Instruction *IVOperand) { in strengthenOverflowingOperation()777 Instruction *IVOperand) { in strengthenRightShift()901 Instruction *IVOperand = UseOper.second; in simplifyUsers() local
1903 Value* IVOperand; member