Searched refs:hasAndNotCompare (Results 1 – 6 of 6) sorted by relevance
543 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function552 return hasAndNotCompare(Y); in hasAndNot()
669 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
541 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function551 return hasAndNotCompare(X); in hasAndNot()
888 bool hasAndNotCompare(SDValue Y) const override;
5211 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering5231 return hasAndNotCompare(Y); in hasAndNot()
2882 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()