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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1675 EVT CmpTy = N0.getValueType(); local
1676 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0),
1678 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy);
1703 EVT CmpTy = N0.getValueType(); local
1704 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0,
1706 SDValue CmpRHS = DAG.getConstant(NewC, CmpTy);

Completed in 314 milliseconds