Searched refs:isFuncrefType (Results 1 – 3 of 3) sorted by relevance
58 if (WebAssemblyTargetLowering::isFuncrefType(V->getType()) || in checkForInvalidNodes()62 if (WebAssemblyTargetLowering::isFuncrefType(ITP->getDestTy()) || in checkForInvalidNodes()
75 static bool isFuncrefType(const Type *Ty);
1091 if (CLI.CB && isFuncrefType(CLI.CB->getCalledOperand()->getType())) { in LowerCall()1347 bool WebAssemblyTargetLowering::isFuncrefType(const Type *Ty) { in isFuncrefType() function in WebAssemblyTargetLowering