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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
  229   return InsertNewInstWith(Res, *I);
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  303     IC.InsertNewInstWith(NewI, *LT);
  313     IC.InsertNewInstWith(NewI, *GEP);
  322     IC.InsertNewInstWith(NewI, *BC);
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  266       return InsertNewInstWith(Or, *I);
  278       return InsertNewInstWith(And, *I);
  302         InsertNewInstWith(NewAnd, *I);
  307         return InsertNewInstWith(NewXor, *I);
  416       return InsertNewInstWith(NewCast, *I);
  528       return InsertNewInstWith(NewVal, *I);
  572         return InsertNewInstWith(LShr, *I);
  685           return InsertNewInstWith(NewVal, *I);
  961     return InsertNewInstWith(New, *Shl);
 1336         InsertNewInstWith(New, *Shuffle);
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  116   PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith(
  130       Value *Op = InsertNewInstWith(
  134       Value *newPHIUser = InsertNewInstWith(
  150       InsertNewInstWith(newEI, *InsertPos);
  582     IC.InsertNewInstWith(WideVec, *ExtElt->getParent()->getFirstInsertionPt());
lib/Transforms/InstCombine/InstructionCombining.cpp
  451         InsertNewInstWith(NewBO, I);