Searched refs:ShouldADD (Results 1 – 1 of 1) sorted by relevance
17996 if (auto ShouldADD = *N->user_begin(); in shouldFoldConstantShiftPairToMask() local17997 ShouldADD->getOpcode() == ISD::ADD && ShouldADD->hasOneUse()) { in shouldFoldConstantShiftPairToMask()17998 if (auto ShouldLOAD = dyn_cast<LoadSDNode>(*ShouldADD->user_begin())) { in shouldFoldConstantShiftPairToMask()