Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp276 bool isUImm12() const { return isUImm<12>(); } in isUImm12() function
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp310 bool isUImm12() const { return isUImm<12>(); } isUImm12() function in __anon4cc3c3ed0111::LoongArchOperand