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 109 /// FindInsertedValue - Given an aggregrate and an sequence of indices, see if
115 Value *FindInsertedValue(Value *V,
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 192 V = FindInsertedValue(RI->getOperand(0), i);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
Lint.cpp 658 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
673 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices))

Completed in 854 milliseconds