Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp134 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() local
740 Instruction *IVOperand) { in eliminateIdentitySCEV()
795 Instruction *IVOperand) { in strengthenBinaryOp()
804 Instruction *IVOperand) { in strengthenOverflowingOperation()
828 Instruction *IVOperand) { in strengthenRightShift()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2089 Value* IVOperand; member