|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 6876 return DAG.getConstant(0, DL, VT);
6886 return DAG.FoldConstantArithmetic(ISD::XOR, DL, VT, N0C, N1C);
6890 return DAG.getNode(ISD::XOR, DL, VT, N1, N0);
6899 if (SDValue RXOR = reassociateOps(ISD::XOR, DL, N0, N1, N->getFlags()))
6930 return DAG.getNode(ISD::ZERO_EXTEND, DL, VT, V);
6942 return DAG.getNode(NewOpcode, DL, VT, N00, N01);
6954 return DAG.getNode(NewOpcode, DL, VT, N00, N01);
6963 return DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(1),
6964 DAG.getAllOnesConstant(DL, VT));
6972 return DAG.getNode(ISD::AND, DL, VT, NotX, N1);
6990 SDValue Not = DAG.getNOT(DL, N0.getOperand(0), VT);
6991 return DAG.getNode(N0Opcode, DL, VT, Not, N0.getOperand(1));
7008 return DAG.getNode(ISD::ABS, DL, VT, S0);
7015 return tryFoldToZero(DL, TLI, VT, DAG, LegalOperations);
7037 return DAG.getNode(ISD::ROTL, DL, VT, DAG.getConstant(~1, DL, VT),
7037 return DAG.getNode(ISD::ROTL, DL, VT, DAG.getConstant(~1, DL, VT),