Searched defs:isFloat (Results 1 – 11 of 11) sorted by relevance
151 const bool isFloat = DestType->isFloatingType(); in isLossOfPrecision() local
284 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function291 bool isFloat(unsigned Width) const { in isFloat() function
68 bool isFloat : 1; // 1.0f variable
390 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() local
196 bool isFloat; member
684 bool isFloat, bool isIntZero, in getLiteralInfo()
95 bool isFloat() const { return Float && !BFloat; } in isFloat() function in __anon5066fa640111::SVEType
195 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } in isFloat() function in __anoncfaa73c60111::Type
632 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
2317 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
847 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()