Searched refs:TypedAttr (Results 1 – 2 of 2) sorted by relevance
674 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in mapAttributeTypes() local675 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()677 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()678 Attrs = Attrs.replaceAttributeTypeAtIndex(C, i, TypedAttr, in mapAttributeTypes()
1023 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in remapInstruction() local1025 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()1026 Attrs = Attrs.replaceAttributeTypeAtIndex(C, i, TypedAttr, in remapInstruction()