Searched refs:hasAndNotCompare (Results 1 – 8 of 8) sorted by relevance
760 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function769 return hasAndNotCompare(Y); in hasAndNot()
371 bool hasAndNotCompare(SDValue Y) const override;
1142 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in RISCVTargetLowering
809 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
1062 bool hasAndNotCompare(SDValue Y) const override;
5895 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering5915 return hasAndNotCompare(Y); in hasAndNot()
711 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function721 return hasAndNotCompare(X); in hasAndNot()
3720 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()