Home
last modified time | relevance | path

Searched defs:isFloat (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp151 const bool isFloat = DestType->isFloatingType(); in isLossOfPrecision() local
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h284 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function
291 bool isFloat(unsigned Width) const { in isFloat() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h68 bool isFloat : 1; // 1.0f variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp390 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() local
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64.cpp196 bool isFloat; member
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp684 bool isFloat, bool isIntZero, in getLiteralInfo()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp95 bool isFloat() const { return Float && !BFloat; } in isFloat() function in __anon5066fa640111::SVEType
H A DNeonEmitter.cpp195 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } in isFloat() function in __anoncfaa73c60111::Type
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp632 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2317 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h847 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()