reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1172 uint64_t Imm = getConstantImm() - Offset; 1200 int64_t Imm = getConstantImm() - Offset; 1255 return isConstantImm() && getConstantImm() == 0; 1259 return isConstantImm() && isUInt<Bits>(getConstantImm() - Offset); 1263 return isConstantImm() ? isInt<Bits>(getConstantImm()) : isImm(); 1267 return isConstantImm() ? isUInt<Bits>(getConstantImm()) : isImm(); 1271 return isConstantImm() ? (isInt<Bits>(getConstantImm()) || 1272 isUInt<Bits>(getConstantImm())) 1277 return isConstantImm() && isInt<Bits>(getConstantImm() - Offset); 1281 return isConstantImm() && getConstantImm() >= Bottom && 1282 getConstantImm() <= Top; 1353 isShiftedUInt<Bits, ShiftLeftAmount>(getConstantImm()); 1359 isShiftedInt<Bits, ShiftLeftAmount>(getConstantImm())) 1400 int64_t Val = getConstantImm();