Home
last modified time | relevance | path

Searched refs:foldIVUser (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp76 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
93 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser() function in SimplifyIndvar
353 Value *NewOper = foldIVUser(UseOper.first, IVOperand); in simplifyUsers()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp69 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
90 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser() function in SimplifyIndvar
630 Value *NewOper = foldIVUser(UseOper.first, IVOperand); in simplifyUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp78 Value *foldIVUser(Instruction *UseInst, Instruction *IVOperand);
107 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser() function in SimplifyIndvar
914 Value *NewOper = foldIVUser(UseInst, IVOperand); in simplifyUsers()