HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyGEPInst (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 148 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
150 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 230 if (Value *V = SimplifyGEPInst(GEPOps, TD, TLI, DT)) {
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 807 if (Value *V = SimplifyGEPInst(Ops, TD))
    [all...]

Completed in 87 milliseconds