Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp93 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser()
153 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison()
190 Value *IVOperand, in eliminateIVRemainder()
247 Instruction *IVOperand) { in eliminateIVUser()
349 Instruction *IVOperand = UseOper.second; in simplifyUsers() local
415 Value *IVOperand = I->getOperandValToReplace(); in simplifyIVUsers() local
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp90 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser()
150 void SimplifyIndvar::eliminateIVComparison(ICmpInst *ICmp, Value *IVOperand) { in eliminateIVComparison()
271 Value *IVOperand, in eliminateIVRemainder()
424 Instruction *IVOperand) { in eliminateIVUser()
449 Instruction *IVOperand) { in eliminateIdentitySCEV()
492 Value *IVOperand) { in strengthenOverflowingOperation()
626 Instruction *IVOperand = UseOper.second; in simplifyUsers() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1572 Value* IVOperand; member