Home
last modified time | relevance | path

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

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