Searched refs:isBFloatTy (Results 1 – 10 of 10) sorted by relevance
178 if (Ty->isBFloatTy() || Ty->isHalfTy() || in isLegalMaskedLoadStore()
144 bool isBFloatTy() const { return getTypeID() == BFloatTyID; } in isBFloatTy() function
219 if (type->isBFloatTy()) in translatePrimitiveType()
90 bool isBFloatTy() { return isa<LLVMBFloatType>(); } in isBFloatTy() function
1178 if (CFP->getType()->isHalfTy() || CFP->getType()->isBFloatTy()) in getSequenceIfElementsMatch()2836 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || Ty->isDoubleTy()) in isElementTypeCompatible()2964 assert((ElementType->isHalfTy() || ElementType->isBFloatTy()) && in getFP()3039 assert((ElementType->isHalfTy() || ElementType->isBFloatTy()) && in getFP()3088 if (CFP->getType()->isBFloatTy()) { in getSplat()3194 if (getElementType()->isHalfTy() || getElementType()->isBFloatTy() || in getElementAsConstant()
1293 case IITDescriptor::BFloat: return !Ty->isBFloatTy(); in matchIntrinsicType()
1075 if (llvmType.isIntegerTy() || llvmType.isBFloatTy() || in verify()1641 !valType.isBFloatTy() && !valType.isHalfTy() && !valType.isFloatTy() && in verify()1702 !valType.isIntegerTy(64) && !valType.isBFloatTy() && in verify()
2452 else if (CurTy->isBFloatTy()) in parseConstants()2555 } else if (EltTy->isBFloatTy()) { in parseConstants()
2445 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || in writeConstants()
5491 else if (Ty->isBFloatTy()) in convertValIDToValue()