Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp119 switch (getType().getFloatBitWidth()) { in getFloatValue()
148 switch (getType().getFloatBitWidth()) { in getFloatValue()
H A Dubsan_value.h129 unsigned getFloatBitWidth() const { in getFloatBitWidth() function
165 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat()