Home
last modified time | relevance | path

Searched defs:isFloatingPoint (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h139 bool isFloatingPoint() const { in isFloatingPoint() function
H A DMachineValueType.h83 bool isFloatingPoint() const { in isFloatingPoint() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp106 bool isFloatingPoint() const { return Float || BFloat; } in isFloatingPoint() function in __anon2cdbc0d50111::SVEType
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp41 static inline bool isFloatingPoint(MVT VT) { in isFloatingPoint() function