Home
last modified time | relevance | path

Searched refs:Overflows (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp281 bool Overflows = FloatConstant.convertToInteger( in isFloatExactlyRepresentable() local
284 return !Overflows && IsExact; in isFloatExactlyRepresentable()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dwaitcnt-overflow.mir16 # Overflows lgkmcnt with gfx9 but not with gfx10.
138 # Overflows vmcnt with gfx9 and gfx10.
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2777 const std::pair<uint64_t, uint64_t> Overflows[] = { in TEST() local
2790 for (auto &X : Overflows) { in TEST()