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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2805   SDValue Zero = DAG.getConstant(0, DL, OpVT);
 2806   if (DAG.isKnownToBeAPowerOfTwo(Y)) {
 2814       return DAG.getSetCC(DL, VT, N0, Zero, Cond);
 2829     SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT);
 2830     SDValue NewAnd = DAG.getNode(ISD::AND, SDLoc(N0), OpVT, NotX, Y);
 2831     return DAG.getSetCC(DL, VT, NewAnd, Zero, Cond);