Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:isLogicalImm

402   template<unsigned RegWidth> bool isLogicalImm() const {
409 return A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits);
413 if (!isLogicalImm<RegWidth>()) return false;
961 A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits);