Home
last modified time | relevance | path

Searched defs:IsInt8 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp1243 const bool IsInt8 = isInt<8>(Value); in emitPredicateOpcodes() local
1984 const bool IsInt8 = isInt<8>(Imm); in emitAddImm() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h789 const bool IsInt8 = (MatcherOpcode == GIM_CheckConstantInt8); in executeMatchTable() local