Searched refs:SimplifyGEPInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 194 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *TD = nullptr,
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 231 if (Value *V = SimplifyGEPInst(GEPOps, DL, TLI, DT)) { in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 2756 static Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const Query &Q, unsigned) { in SimplifyGEPInst() function 2793 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *DL, in SimplifyGEPInst() function in llvm 2796 return ::SimplifyGEPInst(Ops, Query (DL, TLI, DT), RecursionLimit); in SimplifyGEPInst() 3151 Result = SimplifyGEPInst(Ops, DL, TLI, DT); in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1287 if (Value *V = SimplifyGEPInst(Ops, DL)) in visitGetElementPtrInst()
|