Searched refs:CommonType (Results 1 – 4 of 4) sorted by relevance
585 const MDNode *CommonType, in mayBeAccessToSubobjectOf() argument591 BaseTag.getAccessType() == CommonType) { in mayBeAccessToSubobjectOf()593 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()619 createAccessTag(CommonType); in mayBeAccessToSubobjectOf()642 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()675 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local680 if (!CommonType) { in matchAccessTags()690 CommonType, GenericTag, MayAlias) || in matchAccessTags()692 CommonType, GenericTag, MayAlias)) in matchAccessTags()697 *GenericTag = createAccessTag(CommonType); in matchAccessTags()
90 struct CommonType { struct
37 struct BTF::CommonType BTFType;
2896 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument2898 auto Dummy = UndefValue::get(CommonType); in destroyNewNodes()2928 Type *CommonType; member in __anon6227213d0811::AddressingModeCombiner2938 : CommonType(nullptr), SQ(_SQ), Original(OriginalValue) {} in AddressingModeCombiner()3047 if (CommonType && CommonType != Type) in initializeMap()3049 CommonType = Type; in initializeMap()3055 assert(CommonType && "At least one non-null value must be!"); in initializeMap()3057 Map[V] = Constant::getNullValue(CommonType); in initializeMap()3103 ST.destroyNewNodes(CommonType); in findCommon()3110 ST.destroyNewNodes(CommonType); in findCommon()[all …]