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.cpp8278 bool Lossy; in visitFCmpInst() local
8280 TruncC.convert(FPSem, APFloat::rmNearestTiesToEven, &Lossy); in visitFCmpInst()
8282 if (Lossy) { in visitFCmpInst()
8311 if (!Lossy && in visitFCmpInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9194 bool Lossy; in CheckFloatComparison() local
9197 llvm::APFloat::rmNearestTiesToEven, &Lossy); in CheckFloatComparison()
9198 if (Lossy) { in CheckFloatComparison()