Searched defs:IVOperand (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 126 foldIVUser(Instruction * UseInst,Instruction * IVOperand) foldIVUser() argument 195 makeIVComparisonInvariant(ICmpInst * ICmp,Instruction * IVOperand) makeIVComparisonInvariant() argument 241 eliminateIVComparison(ICmpInst * ICmp,Instruction * IVOperand) eliminateIVComparison() argument 354 simplifyIVRemainder(BinaryOperator * Rem,Instruction * IVOperand,bool IsSigned) simplifyIVRemainder() argument 581 eliminateIVUser(Instruction * UseInst,Instruction * IVOperand) eliminateIVUser() argument 662 Instruction *IVOperand = cast<Instruction>(UseInst->getOperand(0)); replaceFloatIVWithIntegerIV() local 715 eliminateIdentitySCEV(Instruction * UseInst,Instruction * IVOperand) eliminateIdentitySCEV() argument 770 strengthenBinaryOp(BinaryOperator * BO,Instruction * IVOperand) strengthenBinaryOp() argument 779 strengthenOverflowingOperation(BinaryOperator * BO,Instruction * IVOperand) strengthenOverflowingOperation() argument 803 strengthenRightShift(BinaryOperator * BO,Instruction * IVOperand) strengthenRightShift() argument 934 Instruction *IVOperand = UseOper.second; simplifyUsers() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1903 Value* IVOperand; global() member [all...] |