Lines Matching defs:ByteOffset
6849 static bool findEltLoadSrc(SDValue Elt, LoadSDNode *&Ld, int64_t &ByteOffset) {
6855 ByteOffset = 0;
6863 return findEltLoadSrc(Elt.getOperand(0), Ld, ByteOffset);
6867 if ((Amt % 8) == 0 && findEltLoadSrc(Elt.getOperand(0), Ld, ByteOffset)) {
6868 ByteOffset += Amt / 8;
6879 findEltLoadSrc(Src, Ld, ByteOffset)) {
6881 ByteOffset += Idx * (SrcSizeInBits / 8);
6976 int64_t ByteOffset = ByteOffsets[EltIdx];
6977 if (ByteOffset && (ByteOffset % BaseSizeInBytes) == 0) {
6978 int64_t BaseIdx = EltIdx - (ByteOffset / BaseSizeInBytes);