Lines Matching full:apint
364 bool SITargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
1264 if (DAG.MaskedValueIsZero(Src, APInt::getHighBitsSet(32, 24))) {
1411 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue();
1637 APInt Demanded = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8);
1639 APInt KnownZero, KnownOne;