Searched defs:isFloat (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp140 const bool isFloat = DestType->isFloatingType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp682 getLiteralInfo(SourceRange literalRange, bool isFloat, bool isIntZero, ASTContext &Ctx, LiteralInfo &Info) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h362 bool isFloat() const { return Kind == Float; } function in class:clang::APValue
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp196 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } function in class:__anon2449::Type
H A DSveEmitter.cpp95 bool isFloat() const { return Float && !BFloat; } function in class:__anon2451::SVEType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp625 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:HexagonMCInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2239 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { function in class:HexagonInstrInfo

Completed in 136 milliseconds