reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
180 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);} 267 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}lib/Analysis/InlineCost.cpp
714 bool CallAnalyzer::visitCastInst(CastInst &I) {
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 1410 void DFSanVisitor::visitCastInst(CastInst &CI) { visitOperandShadowInst(CI); }