Searched refs:ByteOffsetFromBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6674 int64_t ByteOffsetFromBase = 0; local
6677 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase))
6681 if (ByteOffsetFromBase < FirstOffset) {
6683 FirstOffset = ByteOffsetFromBase;
6689 ByteOffsets[Offset] = ByteOffsetFromBase;
6832 int64_t ByteOffsetFromBase = 0; local
6835 else if (!Base->equalBaseIndex(Ptr, DAG, ByteOffsetFromBase))
6839 ByteOffsetFromBase += MemoryByteOffset(*P);
6840 ByteOffsets[i] = ByteOffsetFromBase;
6843 if (ByteOffsetFromBase < FirstOffse
[all...]

Completed in 93 milliseconds