Home
last modified time | relevance | path

Searched refs:isExternrefType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp59 WebAssemblyTargetLowering::isExternrefType(V->getType())) in checkForInvalidNodes()
63 WebAssemblyTargetLowering::isExternrefType(ITP->getDestTy())) in checkForInvalidNodes()
H A DWebAssemblyISelLowering.h76 static bool isExternrefType(const Type *Ty);
H A DWebAssemblyISelLowering.cpp1352 bool WebAssemblyTargetLowering::isExternrefType(const Type *Ty) { in isExternrefType() function in WebAssemblyTargetLowering