Lines Matching refs:CallInst

157                cast<CallInst>(Arg)->getArgOperand(0));
1252 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
1288 CallInst *AutoreleaseRVCI = cast<CallInst>(AutoreleaseRV);
1337 CallInst *CI = cast<CallInst>(Inst);
1355 CallInst *CI = cast<CallInst>(Inst);
1385 CallInst *Call = cast<CallInst>(Inst);
1396 CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",
1416 cast<CallInst>(Inst)->setTailCall();
1425 cast<CallInst>(Inst)->setTailCall(false);
1433 cast<CallInst>(Inst)->setDoesNotThrow();
1528 CallInst *CInst = cast<CallInst>(Inst);
1534 CallInst *Clone = cast<CallInst>(CInst->clone());
1755 S.SetTailCallRelease(cast<CallInst>(Inst)->isTailCall());
2040 S.SetTailCallRelease(cast<CallInst>(Inst)->isTailCall());
2314 CallInst *Call = CallInst::Create(Decl, MyArg, "", InsertPt);
2328 CallInst *Call = CallInst::Create(Decl, MyArg, "", InsertPt);
2707 CallInst *Call = cast<CallInst>(Inst);
2708 CallInst *EarlierCall = cast<CallInst>(EarlierInst);
2717 CallInst *CI = CallInst::Create(Decl, EarlierCall, "", Call);
2736 CallInst *Call = cast<CallInst>(Inst);
2737 CallInst *EarlierCall = cast<CallInst>(EarlierInst);
2746 CallInst *CI = CallInst::Create(Decl, EarlierCall, "", Call);
2788 CallInst *Call = cast<CallInst>(Inst);
2806 CallInst *UserInst = cast<CallInst>(*UI++);
2868 CallInst *Call =
2869 dyn_cast_or_null<CallInst>(*DepInsts.begin());
2886 static CallInst *
2897 CallInst *Retain =
2898 dyn_cast_or_null<CallInst>(*DepInsts.begin());
2913 static CallInst *
2924 CallInst *Autorelease =
2925 dyn_cast_or_null<CallInst>(*DepInsts.begin());
2967 CallInst *Autorelease =
2977 CallInst *Retain =