Searched refs:isSETCCorConvertedSETCC (Results 1 – 1 of 1) sorted by relevance
5926 static inline bool isSETCCorConvertedSETCC(SDValue N) { in isSETCCorConvertedSETCC() 5942 return isSETCCorConvertedSETCC(N.getOperand(0)) && in isSETCCorConvertedSETCC() 5943 isSETCCorConvertedSETCC(N.getOperand(1)); in isSETCCorConvertedSETCC() 5957 assert(isSETCCorConvertedSETCC(InMask) && "Unexpected mask argument."); in convertMask() 5922 static inline bool isSETCCorConvertedSETCC(SDValue N) { isSETCCorConvertedSETCC() function