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

Overridden By

lib/Target/AArch64/AArch64ISelLowering.h
  495   bool hasAndNot(SDValue Y) const override {
lib/Target/X86/X86ISelLowering.cpp
 5069 bool X86TargetLowering::hasAndNot(SDValue Y) const {

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6833   if (!TLI.hasAndNot(M))
 6839   if (!TLI.hasAndNot(Y)) {
 6840     assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable.");
19920   if (CC == ISD::SETGT && TLI.hasAndNot(N2)) {