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

References

lib/CodeGen/CodeGenPrepare.cpp
 1111     if (!InsertedCast) {
 1114       InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0),
 1116       InsertedCast->setDebugLoc(CI->getDebugLoc());
 1120     TheUse = InsertedCast;