Searched refs:isSETCCorConvertedSETCC (Results 1 – 1 of 1) sorted by relevance
6370 static inline bool isSETCCorConvertedSETCC(SDValue N) { in isSETCCorConvertedSETCC() function6386 return isSETCCorConvertedSETCC(N.getOperand(0)) && in isSETCCorConvertedSETCC()6387 isSETCCorConvertedSETCC(N.getOperand(1)); in isSETCCorConvertedSETCC()6401 assert(isSETCCorConvertedSETCC(InMask) && "Unexpected mask argument."); in convertMask()