Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2999 SDValue NVBitsNode = DAG.getConstant(NVTBits, dl, ShTy); in ExpandShiftWithUnknownAmountBit() local
3000 SDValue AmtExcess = DAG.getNode(ISD::SUB, dl, ShTy, Amt, NVBitsNode); in ExpandShiftWithUnknownAmountBit()
3001 SDValue AmtLack = DAG.getNode(ISD::SUB, dl, ShTy, NVBitsNode, Amt); in ExpandShiftWithUnknownAmountBit()
3003 Amt, NVBitsNode, ISD::SETULT); in ExpandShiftWithUnknownAmountBit()