Lines Matching full:cmpunordered
1659 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered);
1661 return ConstantInt::get(ResultTy, R!=APFloat::cmpUnordered);
1663 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered ||
1673 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered ||
1678 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered ||