Home
last modified time | relevance | path

Searched defs:getFloatWidth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h788 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp625 auto getFloatWidth = [](mlir::Type ty) -> unsigned { in matchAndRewrite() local