Home | History | Annotate | Download | only in Reader

Lines Matching refs:CallInst

2616       I = CallInst::Create(Callee, Args);
2618 cast<CallInst>(I)->setCallingConv(
2620 cast<CallInst>(I)->setTailCall(CCInfo & 1);
2621 cast<CallInst>(I)->setAttributes(PAL);
2752 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
2807 if (CallInst* CI = dyn_cast<CallInst>(*UI++))