Home
last modified time | relevance | path

Searched refs:SimplifyGEPInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h232 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout &DL,
/external/llvm/lib/Analysis/
DPHITransAddr.cpp231 if (Value *V = SimplifyGEPInst(GEPOps, DL, TLI, DT, AC)) { in PHITranslateSubExpr()
DInstructionSimplify.cpp3246 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/
DInstructionCombining.cpp1290 if (Value *V = SimplifyGEPInst(Ops, DL, TLI, DT, AC)) in visitGetElementPtrInst()