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 | 231 if (Value *V = SimplifyGEPInst(GEPOps, DL, TLI, DT, AC)) { in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 3246 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function 3328 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout &DL, in SimplifyGEPInst() function in llvm 3332 return ::SimplifyGEPInst( in SimplifyGEPInst() 3736 Result = SimplifyGEPInst(Ops, DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1290 if (Value *V = SimplifyGEPInst(Ops, DL, TLI, DT, AC)) in visitGetElementPtrInst()
|