Searched defs:isLogicalImm (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp662 bool A64Imms::isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) { function in class:A64Imms
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp402 template<unsigned RegWidth> bool isLogicalImm() const { function in class:__anon9643::AArch64Operand
409 return A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits);
413 if (!isLogicalImm<RegWidth>()) return false;
910 A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits);

Completed in 161 milliseconds