Searched refs:hasAndNot (Results 1 – 7 of 7) sorted by relevance
213 bool hasAndNot(SDValue Y) const override;
2648 bool VETargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in VETargetLowering
1024 bool hasAndNot(SDValue Y) const override;
5442 bool X86TargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in X86TargetLowering
730 bool hasAndNot(SDValue Y) const override { in hasAndNot() function
687 virtual bool hasAndNot(SDValue X) const { in hasAndNot() function
7688 if (!TLI.hasAndNot(M)) in unfoldMaskedMerge()7694 if (!TLI.hasAndNot(Y)) { in unfoldMaskedMerge()7695 assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()22134 if (CC == ISD::SETGT && TLI.hasAndNot(N2)) { in foldSelectCCToShiftAnd()