Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp222 void CheckIntPartMin(const FixedPointSemantics &Sema, int64_t Expected) { in CheckIntPartMin() function
257 CheckIntPartMin(getSAccumSema(), -256); in TEST()
258 CheckIntPartMin(getAccumSema(), -65536); in TEST()
259 CheckIntPartMin(getLAccumSema(), -4294967296); in TEST()
261 CheckIntPartMin(getSFractSema(), -1); in TEST()
262 CheckIntPartMin(getFractSema(), -1); in TEST()
263 CheckIntPartMin(getLFractSema(), -1); in TEST()