reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 9397   if (CC == ISD::SETGT && isAllOnesConstant(Ones) && VT == XVT) {
 9402     SDValue NotX = DAG.getNOT(DL, X, VT);
 9403     SDValue ShiftAmount = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT);
 9403     SDValue ShiftAmount = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT);
 9405     return DAG.getNode(ShiftOpcode, DL, VT, NotX, ShiftAmount);