Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFloatTest.cpp1226 static APInt nanbitsFromAPInt(const fltSemantics &Sem, bool SNaN, bool Negative, in nanbitsFromAPInt() function
1267 ASSERT_EQ(t.expected, nanbitsFromAPInt(t.semantics, t.SNaN, t.Negative, t.payload)); in TEST()