Lines Matching defs:call_inst
554 CallInst *call_inst = dyn_cast<CallInst>(&ii);
556 if (!call_inst) {
562 if (!CanIgnoreCall(call_inst) && !support_function_calls) {
1392 const CallInst *call_inst = cast<CallInst>(inst);
1394 if (CanIgnoreCall(call_inst))
1398 llvm::Type *returnType = call_inst->getType();
1429 const llvm::Value *val = call_inst->getCalledOperand();
1441 llvm::FunctionType *prototype = call_inst->getFunctionType();
1444 const int numArgs = call_inst->arg_size();
1458 llvm::Value *arg_op = call_inst->getArgOperand(i);