Searched refs:Shiftee (Results 1 – 2 of 2) sorted by relevance
4583 SDValue Shiftee = N->getOperand(0); in ExpandIntRes_ShiftThroughStack() local4584 EVT VT = Shiftee.getValueType(); in ExpandIntRes_ShiftThroughStack()4625 Init = DAG.getNode(WideningOpc, dl, StackSlotVT, Shiftee); in ExpandIntRes_ShiftThroughStack()4629 Init = DAG.getNode(ISD::BUILD_PAIR, dl, StackSlotVT, AllZeros, Shiftee); in ExpandIntRes_ShiftThroughStack()
12258 Value *Shiftee, *ShiftValue; in isImpliedCondOperandsViaShift() local12262 m_LShr(m_Value(Shiftee), m_Value(ShiftValue)))) { in isImpliedCondOperandsViaShift()12263 auto *ShifteeS = getSCEV(Shiftee); in isImpliedCondOperandsViaShift()