Searched refs:hasAndNotCompare (Results 1 – 10 of 10) sorted by relevance
446 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function455 return hasAndNotCompare(Y); in hasAndNot()
767 bool hasAndNotCompare(SDValue Y) const override;
4177 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering
595 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
499 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function509 return hasAndNotCompare(X); in hasAndNot()
812 bool hasAndNotCompare(SDValue Y) const override;
4753 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering4776 return !isa<ConstantSDNode>(Y) && hasAndNotCompare(Y); in hasAndNot()
354 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function
1318 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in simplifySetCCWithAnd()
1832 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in simplifySetCCWithAnd()