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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1458 SDValue NVBitsNode = DAG.getConstant(NVTBits, ShTy); local
1459 SDValue AmtExcess = DAG.getNode(ISD::SUB, dl, ShTy, Amt, NVBitsNode);
1460 SDValue AmtLack = DAG.getNode(ISD::SUB, dl, ShTy, NVBitsNode, Amt);
1462 Amt, NVBitsNode, ISD::SETULT);

Completed in 132 milliseconds