Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ValuePair

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