Lines Matching defs:isConstantImm
1233 if (isImm() && !isConstantImm()) {
1242 if (isImm() && !isConstantImm()) {
1301 bool isConstantImm() const {
1307 return isConstantImm() && getConstantImm() == 0;
1311 return isConstantImm() && isUInt<Bits>(getConstantImm() - Offset);
1315 return isConstantImm() ? isInt<Bits>(getConstantImm()) : isImm();
1319 return isConstantImm() ? isUInt<Bits>(getConstantImm()) : isImm();
1323 return isConstantImm() ? (isInt<Bits>(getConstantImm()) ||
1329 return isConstantImm() && isInt<Bits>(getConstantImm() - Offset);
1333 return isConstantImm() && getConstantImm() >= Bottom &&
1402 return isConstantImm() &&
1408 if (isConstantImm() &&
1448 if (!isConstantImm())