Lines Matching defs:isConstantImm
1232 if (isImm() && !isConstantImm()) {
1241 if (isImm() && !isConstantImm()) {
1300 bool isConstantImm() const {
1306 return isConstantImm() && getConstantImm() == 0;
1310 return isConstantImm() && isUInt<Bits>(getConstantImm() - Offset);
1314 return isConstantImm() ? isInt<Bits>(getConstantImm()) : isImm();
1318 return isConstantImm() ? isUInt<Bits>(getConstantImm()) : isImm();
1322 return isConstantImm() ? (isInt<Bits>(getConstantImm()) ||
1328 return isConstantImm() && isInt<Bits>(getConstantImm() - Offset);
1332 return isConstantImm() && getConstantImm() >= Bottom &&
1401 return isConstantImm() &&
1407 if (isConstantImm() &&
1447 if (!isConstantImm())