Searched refs:hasAndNotCompare (Results 1 – 8 of 8) sorted by relevance
778 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function787 return hasAndNotCompare(Y); in hasAndNot()
367 bool hasAndNotCompare(SDValue Y) const override;
1228 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in RISCVTargetLowering
816 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
1111 bool hasAndNotCompare(SDValue Y) const override;
6013 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering6033 return hasAndNotCompare(Y); in hasAndNot()
699 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function709 return hasAndNotCompare(X); in hasAndNot()
3790 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()