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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6799   auto matchAndXor = [&X, &Y, &M](SDValue And, unsigned XorIdx, SDValue Other) {
 6814     X = Xor0;
 6840     assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable.");
 6842     SDValue NotX = DAG.getNOT(DL, X, VT);
 6849   SDValue LHS = DAG.getNode(ISD::AND, DL, VT, X, M);