|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/IRBuilder.h 2260 CallInst *CI = CallInst::Create(FTy, Callee, Args, DefaultOperandBundles);
2271 CallInst *CI = CallInst::Create(FTy, Callee, Args, OpBundles);
include/llvm/IR/Instructions.h 1499 return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
1551 return Create(cast<FunctionType>(
lib/AsmParser/LLParser.cpp 6853 CallInst *CI = CallInst::Create(Ty, Callee, Args, BundleList);
lib/Bitcode/Reader/BitcodeReader.cpp 5062 I = CallInst::Create(FTy, Callee, Args, OperandBundles);
lib/IR/Instructions.cpp 453 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledValue(),
lib/Transforms/IPO/DeadArgumentElimination.cpp 941 NewCS = CallInst::Create(NFTy, NF, Args, OpBundles, "", Call);
lib/Transforms/InstCombine/InstCombineCalls.cpp 4820 NewCaller = CallInst::Create(NewFTy, NewCallee, NewArgs, OpBundles);
lib/Transforms/ObjCARC/ObjCARCContract.cpp 332 return CallInst::Create(FTy, Func, Args, OpBundles, NameStr, InsertBefore);
lib/Transforms/Utils/Local.cpp 1945 CallInst *NewCall = CallInst::Create(II->getFunctionType(),
lib/Transforms/Utils/LowerInvoke.cpp 55 CallInst::Create(II->getFunctionType(), II->getCalledValue(),
unittests/IR/InstructionsTest.cpp 546 CallInst::Create(FnTy, Callee, Args, OldBundle, "result"));