Searched refs:BTy (Results 1 – 9 of 9) sorted by relevance
94 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) { in getTBAAInfo() local95 switch (BTy->getKind()) { in getTBAAInfo()124 MDHelper.createTBAANode(BTy->getName(Features), getChar()); in getTBAAInfo()
2207 const BuiltinType *BTy = ElTy->getAs<BuiltinType>(); in EmitCompare() local2208 BuiltinType::Kind ElementKind = BTy->getKind(); in EmitCompare()
2517 } else if (const BuiltinType* BTy = ArgTy->getAs<BuiltinType>()) { in GetFullTypeForDeclarator() local2518 if (BTy->getKind() == BuiltinType::Float) { in GetFullTypeForDeclarator()4091 const BuiltinType* BTy = CurType->getAs<BuiltinType>(); in HandleNeonVectorTypeAttr() local4092 if (!BTy || in HandleNeonVectorTypeAttr()4094 BTy->getKind() != BuiltinType::SChar && in HandleNeonVectorTypeAttr()4095 BTy->getKind() != BuiltinType::Short) || in HandleNeonVectorTypeAttr()4096 (BTy->getKind() != BuiltinType::SChar && in HandleNeonVectorTypeAttr()4097 BTy->getKind() != BuiltinType::UChar && in HandleNeonVectorTypeAttr()4098 BTy->getKind() != BuiltinType::Short && in HandleNeonVectorTypeAttr()4099 BTy->getKind() != BuiltinType::UShort && in HandleNeonVectorTypeAttr()[all …]
360 DIBasicType BTy(DbgNode); in isUnsignedDIType() local361 if (BTy.Verify()) { in isUnsignedDIType()362 unsigned Encoding = BTy.getEncoding(); in isUnsignedDIType()
697 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) { in constructTypeDIE() argument699 StringRef Name = BTy.getName(); in constructTypeDIE()704 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) { in constructTypeDIE()712 BTy.getEncoding()); in constructTypeDIE()714 uint64_t Size = BTy.getSizeInBits() >> 3; in constructTypeDIE()
301 DIBasicType BTy);
2058 DIBasicType BTy(DV.getType()); in emitDebugLoc() local2059 if (BTy.Verify() && in emitDebugLoc()2060 (BTy.getEncoding() == dwarf::DW_ATE_signed in emitDebugLoc()2061 || BTy.getEncoding() == dwarf::DW_ATE_signed_char)) { in emitDebugLoc()
2095 if (const BuiltinType *BTy = T->getAs<BuiltinType>()) { in LayoutField() local2096 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); in LayoutField()
6846 const BuiltinType *BTy = T->getAs<BuiltinType>(); in getCorrespondingUnsignedType() local6847 assert(BTy && "Unexpected signed integer type"); in getCorrespondingUnsignedType()6848 switch (BTy->getKind()) { in getCorrespondingUnsignedType()