Home
last modified time | relevance | path

Searched defs:isNaN (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp190 Value isNaN = rewriter.create<arith::CmpFOp>(loc, arith::CmpFPredicate::UNO, in matchAndRewrite() local
216 Value isNaN = rewriter.create<arith::CmpFOp>(loc, arith::CmpFPredicate::UNO, in matchAndRewrite() local
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h325 bool isNaN() const { return Val.isNaN(); } isNaN() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h430 bool isNaN() const { return category == fcNaN; } isNaN() function
1346 bool isNaN() const { return getCategory() == fcNaN; } isNaN() function
[all...]
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp181 Value isNaN(ConversionPatternRewriter &rewriter, Location loc, isNaN() function in __anon7bdf989a0111::CmpFOpConversion
/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp70 Value isNaN = b.create<arith::CmpFOp>(arith::CmpFPredicate::UNO, result, in computeAbs() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp277 bool Constant::isNaN() const { in isNaN() function in Constant
H A DAsmWriter.cpp1453 bool isNaN = APF.isNaN(); WriteAPFloatInternal() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp2076 bool isNaN = apValue.isNaN(); printFloatValue() local
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp2466 TEST(APFloatTest,isNaN) TEST() argument
[all...]