Lines Matching full:cmpunordered
1670 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered);
1672 return ConstantInt::get(ResultTy, R!=APFloat::cmpUnordered);
1674 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered ||
1684 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered ||
1689 return ConstantInt::get(ResultTy, R==APFloat::cmpUnordered ||