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