Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1545 SDValue NVBitsNode = DAG.getConstant(NVTBits, ShTy); in ExpandShiftWithUnknownAmountBit() local
1546 SDValue AmtExcess = DAG.getNode(ISD::SUB, dl, ShTy, Amt, NVBitsNode); in ExpandShiftWithUnknownAmountBit()
1547 SDValue AmtLack = DAG.getNode(ISD::SUB, dl, ShTy, NVBitsNode, Amt); in ExpandShiftWithUnknownAmountBit()
1549 Amt, NVBitsNode, ISD::SETULT); in ExpandShiftWithUnknownAmountBit()