Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:LL

372       int64_t Min = - (scale * (1LL << (field_width - 1)));
373 int64_t Max = scale * ((1LL << (field_width - 1)) - 1);
722 return CE->getValue() >= -(1LL << (BitWidth - 1))
723 && CE->getValue() < (1LL << (BitWidth - 1));
733 return CE->getValue() >= 0 && CE->getValue() < (1LL << bitWidth);
941 Inst.addOperand(MCOperand::CreateImm(Val & ((1LL << field_width) - 1)));