Home
last modified time | relevance | path

Searched refs:Shiftee (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4583 SDValue Shiftee = N->getOperand(0); in ExpandIntRes_ShiftThroughStack() local
4584 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()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12258 Value *Shiftee, *ShiftValue; in isImpliedCondOperandsViaShift() local
12262 m_LShr(m_Value(Shiftee), m_Value(ShiftValue)))) { in isImpliedCondOperandsViaShift()
12263 auto *ShifteeS = getSCEV(Shiftee); in isImpliedCondOperandsViaShift()