Searched refs:mayLowerToFunctionCall (Results 1 – 8 of 8) sorted by relevance
33 static bool mayLowerToFunctionCall(Intrinsic::ID IID) { in mayLowerToFunctionCall() function34 return llvm::IntrinsicInst::mayLowerToFunctionCall(IID); in mayLowerToFunctionCall()
141 assert(IntrinsicInst::mayLowerToFunctionCall(F.getIntrinsicID()) && in lowerObjCCall()
36 bool IntrinsicInst::mayLowerToFunctionCall(Intrinsic::ID IID) { in mayLowerToFunctionCall() function in IntrinsicInst
1006 !II || IntrinsicInst::mayLowerToFunctionCall(II->getIntrinsicID()); in dropLocation()
4589 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in visitEHPadPredecessors()6698 if (IntrinsicInst::mayLowerToFunctionCall(ID)) { in visitIntrinsicCall()
130 LLVM_ABI static bool mayLowerToFunctionCall(Intrinsic::ID IID);
993 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
4978 if (!llvm::IntrinsicInst::mayLowerToFunctionCall(IID)) in getBundlesForFunclet()