Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp138 bool isSImm16() const { in isSImm16() function
144 bool isBrTarget() const { return isSymbolRef() || isSImm16(); } in isBrTarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp350 bool isSImm16() const { return isSImm<16>(); } in isSImm16() function in __anon571544da0111::LoongArchOperand