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

Declarations

lib/Transforms/Scalar/LoopPredication.cpp
  272   Instruction *findInsertPt(Instruction *User, ArrayRef<const SCEV*> Ops);

References

lib/Transforms/Scalar/LoopPredication.cpp
  405   Value *LHSV = Expander.expandCodeFor(LHS, Ty, findInsertPt(Guard, {LHS}));
  406   Value *RHSV = Expander.expandCodeFor(RHS, Ty, findInsertPt(Guard, {RHS}));