Searched refs:SIGNED_UNSCALED (Results 1 – 8 of 8) sorted by relevance
1005 SIGNED_UNSCALED, enumerator
2414 (getIndexType() == ISD::SIGNED_UNSCALED);
1226 SIGNED_UNSCALED, enumerator
2429 (getIndexType() == ISD::SIGNED_UNSCALED);
7485 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::SIGNED_UNSCALED); in getCanonicalIndexType()7490 IndexType = IsSignedIndex ? ISD::SIGNED_UNSCALED : ISD::UNSIGNED_UNSCALED; in getCanonicalIndexType()
4308 IndexType = ISD::SIGNED_UNSCALED; in visitMaskedScatter()4419 IndexType = ISD::SIGNED_UNSCALED; in visitMaskedGather()
9467 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED); in refineIndexType()
3894 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMGATHER()3949 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMSCATTER()