Lines Matching defs:IsLE
16266 bool IsLE = DAG.getDataLayout().isLittleEndian();
16267 if (!BVN->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements))
20750 bool IsLE = DAG.getDataLayout().isLittleEndian();
20752 unsigned Idx = IsLE ? (NumStores - 1 - i) : i;
23120 bool IsLE = DAG.getDataLayout().isLittleEndian();
23123 unsigned BCTruncElt = IsLE ? 0 : NumElts - 1;
23142 BCTruncElt = IsLE ? 0 : Scale - 1;
23153 IsLE ? ExtractIndex : (Scale - 1) - ExtractIndex;