Searched defs:isFloat (Results 1 – 10 of 10) sorted by relevance
77 bool isFloat : 1; // 1.0f variable
305 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function313 bool isFloat(unsigned Width) const { in isFloat() function
386 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() local
225 bool isFloat; member
684 bool isFloat, bool isIntZero, in getLiteralInfo()
640 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
104 bool isFloat() const { return Float && !BFloat; } in isFloat() function in __anone51b860d0111::SVEType
195 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } in isFloat() function in __anonfaf0748f0111::Type
2321 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
988 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()