Home
last modified time | relevance | path

Searched refs:Lossy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp8749 bool Lossy; in visitFCmpInst() local
8751 TruncC.convert(FPSem, APFloat::rmNearestTiesToEven, &Lossy); in visitFCmpInst()
8753 if (Lossy) { in visitFCmpInst()
8782 if (!Lossy && in visitFCmpInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10364 bool Lossy; in CheckFloatComparison() local
10367 llvm::APFloat::rmNearestTiesToEven, &Lossy); in CheckFloatComparison()
10368 if (Lossy) { in CheckFloatComparison()