Home
last modified time | relevance | path

Searched refs:isSImm12 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp276 bool isSImm12() const { return isSImm<12>(); } in isSImm12() function in __anon571544da0111::LoongArchOperand
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp892 bool isSImm12() const { in isSImm12() function