reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
303 if (const Function *F = I.getCalledFunction()) { 305 default: DELEGATE(IntrinsicInst); 306 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst); 307 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); 308 case Intrinsic::dbg_label: DELEGATE(DbgLabelInst); 309 case Intrinsic::memcpy: DELEGATE(MemCpyInst); 310 case Intrinsic::memmove: DELEGATE(MemMoveInst); 311 case Intrinsic::memset: DELEGATE(MemSetInst); 312 case Intrinsic::vastart: DELEGATE(VAStartInst); 313 case Intrinsic::vaend: DELEGATE(VAEndInst); 314 case Intrinsic::vacopy: DELEGATE(VACopyInst); 318 DELEGATE(CallInst);