Lines Matching defs:call_inst
558 CallInst *call_inst = dyn_cast<CallInst>(&ii);
560 if (!call_inst) {
566 if (!CanIgnoreCall(call_inst) && !support_function_calls) {
1422 const CallInst *call_inst = cast<CallInst>(inst);
1424 if (CanIgnoreCall(call_inst))
1428 llvm::Type *returnType = call_inst->getType();
1459 const llvm::Value *val = call_inst->getCalledOperand();
1471 llvm::FunctionType *prototype = call_inst->getFunctionType();
1474 const int numArgs = call_inst->arg_size();
1488 llvm::Value *arg_op = call_inst->getArgOperand(i);