Searched defs:isFloat (Results 1 – 11 of 11) sorted by relevance
140 const bool isFloat = DestType->isFloatingType(); in isLossOfPrecision() local
68 bool isFloat : 1; // 1.0f variable
103 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function in __anond814f6670111::RVVType110 bool isFloat(unsigned Width) const { in isFloat() function in __anond814f6670111::RVVType
95 bool isFloat() const { return Float && !BFloat; } in isFloat() function in __anon47288a980111::SVEType
196 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } in isFloat() function in __anon9e9e0a7a0111::Type
388 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() local
982 bool isFloat, isNegative; in parseValue() local
683 bool isFloat, bool isIntZero, in getLiteralInfo()
625 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
2240 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
822 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()