Lines Matching defs:ByteOffset
7073 static bool findEltLoadSrc(SDValue Elt, LoadSDNode *&Ld, int64_t &ByteOffset) {
7079 ByteOffset = 0;
7087 return findEltLoadSrc(Elt.getOperand(0), Ld, ByteOffset);
7091 if ((Amt % 8) == 0 && findEltLoadSrc(Elt.getOperand(0), Ld, ByteOffset)) {
7092 ByteOffset += Amt / 8;
7103 findEltLoadSrc(Src, Ld, ByteOffset)) {
7105 ByteOffset += Idx * (SrcSizeInBits / 8);
7200 int64_t ByteOffset = ByteOffsets[EltIdx];
7201 if (ByteOffset && (ByteOffset % BaseSizeInBytes) == 0) {
7202 int64_t BaseIdx = EltIdx - (ByteOffset / BaseSizeInBytes);