Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp10 return getFloatValue() == o.getFloatValue(); in operator ==()
14 float getFloatValue() const { in getFloatValue() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DRegisterValue.cpp16 static APFloat getFloatValue(const fltSemantics &FltSemantics, in getFloatValue() function
38 auto Output = getFloatValue(FltSemantics, PredefinedValues::ONE); in getFloatValue()
47 return getFloatValue(FltSemantics, Value).bitcastToAPInt(); in bitcastFloatValue()
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp116 FloatMax Value::getFloatValue() const { in getFloatValue() function in Value
H A Dubsan_value.h194 FloatMax getFloatValue() const;
H A Dubsan_diag.cpp128 AddArg(V.getFloatValue()); in operator <<()