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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 106 /// FindInsertedValue - Given an aggregrate and an sequence of indices, see if
112 Value *FindInsertedValue(Value *V,
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 191 V = FindInsertedValue(RI->getOperand(0), i);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
Lint.cpp 631 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
646 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices))

Completed in 106 milliseconds