Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp134 foldIVUser(Instruction * UseInst,Instruction * IVOperand) foldIVUser() argument
203 makeIVComparisonInvariant(ICmpInst * ICmp,Instruction * IVOperand) makeIVComparisonInvariant() argument
250 eliminateIVComparison(ICmpInst * ICmp,Instruction * IVOperand) eliminateIVComparison() argument
366 simplifyIVRemainder(BinaryOperator * Rem,Instruction * IVOperand,bool IsSigned) simplifyIVRemainder() argument
593 eliminateIVUser(Instruction * UseInst,Instruction * IVOperand) eliminateIVUser() argument
685 Instruction *IVOperand = cast<Instruction>(UseInst->getOperand(0)); replaceFloatIVWithIntegerIV() local
738 eliminateIdentitySCEV(Instruction * UseInst,Instruction * IVOperand) eliminateIdentitySCEV() argument
793 strengthenBinaryOp(BinaryOperator * BO,Instruction * IVOperand) strengthenBinaryOp() argument
802 strengthenOverflowingOperation(BinaryOperator * BO,Instruction * IVOperand) strengthenOverflowingOperation() argument
826 strengthenRightShift(BinaryOperator * BO,Instruction * IVOperand) strengthenRightShift() argument
955 Instruction *IVOperand = UseOper.second; simplifyUsers() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2087 Value* IVOperand; global() member
[all...]