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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1505 EVT CmpTy = N0.getValueType(); local
1506 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0),
1508 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy);
1533 EVT CmpTy = N0.getValueType(); local
1534 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0,
1536 SDValue CmpRHS = DAG.getConstant(NewC, CmpTy);

Completed in 104 milliseconds