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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4651   Value *NV = NC;
 4654       NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
 4654       NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
 4655       NC->setDebugLoc(Caller->getDebugLoc());
 4661         InsertNewInstBefore(NC, *I);
 4664         InsertNewInstBefore(NC, *I);
 4667         InsertNewInstBefore(NC, *Caller);