Searched refs:NVBitsNode (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1545 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()
|