Home
last modified time | relevance | path

Searched defs:isDouble (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp349 bool VariantValue::isDouble() const { in isDouble() function in clang::ast_matchers::dynamic::VariantValue
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp197 bool isDouble() const { return isFloating() && ElementBitwidth == 64; } in isDouble() function in __anon9e9e0a7a0111::Type
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1367 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal() local