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

References

lib/Transforms/Scalar/GuardWidening.cpp
  569         if (InsertPt) {
  571           Result = new ICmpInst(InsertPt, Pred, LHS, NewRHS, "wide.chk");
  584       if (InsertPt) {
  587           makeAvailableAt(RC.getCheckInst(), InsertPt);
  590                                                InsertPt);
  603   if (InsertPt) {
  604     makeAvailableAt(Cond0, InsertPt);
  605     makeAvailableAt(Cond1, InsertPt);
  607       Cond1 = BinaryOperator::CreateNot(Cond1, "inverted", InsertPt);
  608     Result = BinaryOperator::CreateAnd(Cond0, Cond1, "wide.chk", InsertPt);