Home | History | Annotate | Download | only in Utils

Lines Matching refs:CallInst

1565 /// \returns True if this block contains a CallInst with the NoDuplicate
1569 const CallInst *CI = dyn_cast<CallInst>(I);
2901 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
2992 if (isa<CallInst>(BBI) && !isa<DbgInfoIntrinsic>(BBI)) break;
3117 CallInst *CI = Builder.CreateCall(II->getCalledValue(),