Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1612 SDValue NVBitsNode = DAG.getConstant(NVTBits, dl, ShTy); in ExpandShiftWithUnknownAmountBit() local
1613 SDValue AmtExcess = DAG.getNode(ISD::SUB, dl, ShTy, Amt, NVBitsNode); in ExpandShiftWithUnknownAmountBit()
1614 SDValue AmtLack = DAG.getNode(ISD::SUB, dl, ShTy, NVBitsNode, Amt); in ExpandShiftWithUnknownAmountBit()
1616 Amt, NVBitsNode, ISD::SETULT); in ExpandShiftWithUnknownAmountBit()