Searched refs:extractConstOffset (Results 1 – 1 of 1) sorted by relevance
268 std::optional<int32_t> extractConstOffset(const MachineOperand &Op) const;2030 SILoadStoreOptimizer::extractConstOffset(const MachineOperand &Op) const { in extractConstOffset() function in SILoadStoreOptimizer2080 auto Offset0P = extractConstOffset(*Src0); in processBaseWithConstOffset()2084 if (!(Offset0P = extractConstOffset(*Src1))) in processBaseWithConstOffset()