Searched refs:SimplifyGEPInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 232 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout &DL,
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 232 if (Value *V = SimplifyGEPInst(GEPOps, DL, TLI, DT, AC)) { in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 3454 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function 3536 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout &DL, in SimplifyGEPInst() function in llvm 3540 return ::SimplifyGEPInst( in SimplifyGEPInst() 4048 Result = SimplifyGEPInst(Ops, DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1337 if (Value *V = SimplifyGEPInst(Ops, DL, TLI, DT, AC)) in visitGetElementPtrInst()
|