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()
368 Instruction *IVOperand, in simplifyIVRemainder()
597 Instruction *IVOperand) { in eliminateIVUser()
689 Instruction *IVOperand = cast<Instruction>(UseInst->getOperand(0)); in replaceFloatIVWithIntegerIV() local
742 Instruction *IVOperand) { in eliminateIdentitySCEV()
797 Instruction *IVOperand) { in strengthenBinaryOp()
806 Instruction *IVOperand) { in strengthenOverflowingOperation()
830 Instruction *IVOperand) { in strengthenRightShift()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2071 Value* IVOperand; member