Searched refs:callInst (Results 1 – 6 of 6) sorted by relevance
51 bool InlineOpaquePass::HasOpaqueArgsOrReturn(const Instruction* callInst) { in HasOpaqueArgsOrReturn() argument53 if (IsOpaqueType(callInst->type_id())) return true; in HasOpaqueArgsOrReturn()56 return !callInst->WhileEachInId([&icnt, this](const uint32_t* iid) { in HasOpaqueArgsOrReturn()
46 bool HasOpaqueArgsOrReturn(const Instruction* callInst);
433 const CallInst* callInst = dyn_cast<CallInst>(&*I); in callsFunctionThatReturnsTwice() local434 if (!callInst) in callsFunctionThatReturnsTwice()436 if (callInst->canReturnTwice()) in callsFunctionThatReturnsTwice()441 Function *F = callInst->getCalledFunction(); in callsFunctionThatReturnsTwice()
1963 if (CallInst* callInst = dyn_cast<CallInst>(&*i)) {1967 if (callInst->getCalledFunction() == targetFunc)