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

References

lib/Target/X86/X86ISelLowering.cpp
35837   SDValue Match = DAG.matchBinOpReduction(Extract, BinOp, {ISD::OR, ISD::AND});
35839     Match = DAG.matchBinOpReduction(Extract, BinOp, {ISD::XOR});
35868         Match = DAG.getNode(BinOp, DL, Lo.getValueType(), Lo, Hi);
35901       Match = DAG.getNode(BinOp, DL, Lo.getValueType(), Lo, Hi);
35921   if (BinOp == ISD::XOR) {
35931   if (BinOp == ISD::OR) {