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

References

unittests/CodeGen/AArch64SelectionDAGTest.cpp
  167   auto Mask = DAG->getConstant(0x8A, Loc, IntVT);
  168   auto N0 = DAG->getNode(ISD::AND, Loc, IntVT, Mask, UnknownOp);
  169   auto N1 = DAG->getConstant(0x55, Loc, IntVT);
  170   auto Op = DAG->getNode(ISD::ADD, Loc, IntVT, N0, N1);