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 186 /// SimplifyGEPInst - Given operands for an GetElementPtrInst, see if we can
188 Value *SimplifyGEPInst(ArrayRef<Value *> Ops, const DataLayout *TD = 0,
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 232 if (Value *V = SimplifyGEPInst(GEPOps, TD, TLI, DT)) {
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 164 milliseconds