Searched refs:hasAndNotCompare (Results 1 – 6 of 6) sorted by relevance
725 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function734 return hasAndNotCompare(Y); in hasAndNot()
775 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
1022 bool hasAndNotCompare(SDValue Y) const override;
5426 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering5446 return hasAndNotCompare(Y); in hasAndNot()
680 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function690 return hasAndNotCompare(X); in hasAndNot()
3178 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()