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

/external/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h186 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
188 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *TD = 0,
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp232 if (Value *V = SimplifyGEPInst(GEPOps, TD, TLI, DT)) {
H A DInstructionSimplify.cpp2707 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
2709 static Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const Query &Q, unsigned) { function
2748 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *TD, function in class:llvm
2751 return ::SimplifyGEPInst(Ops, Query (TD, TLI, DT), RecursionLimit);
3105 Result = SimplifyGEPInst(Ops, TD, TLI, DT);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1070 if (Value *V = SimplifyGEPInst(Ops, TD))

Completed in 109 milliseconds