Home
last modified time | relevance | path

Searched defs:IVOperand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp123 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() local
709 Instruction *IVOperand) { in eliminateIdentitySCEV()
753 Instruction *IVOperand) { in strengthenOverflowingOperation()
777 Instruction *IVOperand) { in strengthenRightShift()
901 Instruction *IVOperand = UseOper.second; in simplifyUsers() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1903 Value* IVOperand; member