reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ValueTracking.h
  235   Value *FindInsertedValue(Value *V,

References

lib/Analysis/Lint.cpp
  697     if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
  710       if (Value *W = FindInsertedValue(CE->getOperand(0), Indices))
lib/Analysis/ValueTracking.cpp
 3329   Value *V = FindInsertedValue(From, Idxs);
 3384     return FindInsertedValue(C, idx_range.slice(1), InsertBefore);
 3416         return FindInsertedValue(I->getAggregateOperand(), idx_range,
 3422     return FindInsertedValue(I->getInsertedValueOperand(),
 3446     return FindInsertedValue(I->getAggregateOperand(), Idxs, InsertBefore);
lib/Transforms/IPO/IPConstantPropagation.cpp
  191           V = FindInsertedValue(RI->getOperand(0), i);