Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h95 bool typeCheck(SMLoc ErrorLoc, const MCInst &Inst, OperandVector &Operands);
H A DWebAssemblyAsmTypeCheck.cpp393 bool WebAssemblyAsmTypeCheck::typeCheck(SMLoc ErrorLoc, const MCInst &Inst, in typeCheck() function in llvm::WebAssemblyAsmTypeCheck
H A DWebAssemblyAsmParser.cpp1180 TC.typeCheck(IDLoc, Inst, Operands); in matchAndEmitInstruction()