Searched refs:Lossy (Results 1 - 2 of 2) sorted by path

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3164 bool Lossy; local
3166 CmpVal.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Lossy);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3560 bool Lossy; local
3562 F.convert(*Sem, APFloat::rmNearestTiesToEven, &Lossy);
3568 if (!Lossy &&

Completed in 345 milliseconds