Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ValuePair

63     auto ValuePair = ValuesToInspect.pop_back_val();
64 const bool IsOffset = ValuePair.second;
65 for (auto &U : ValuePair.first->uses()) {