Home
last modified time | relevance | path

Searched refs:ASs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp28 AttributeList ASs[] = {AttributeList::get(C, 1, Attribute::ZExt), in TEST() local
31 AttributeList SetA = AttributeList::get(C, ASs); in TEST()
32 AttributeList SetB = AttributeList::get(C, ASs); in TEST()
53 AttributeList ASs[] = {AttributeList::get(C, 2, Attribute::ZExt), in TEST() local
56 AttributeList SetA = AttributeList::get(C, ASs); in TEST()
58 SetA.removeParamAttributes(C, 0, ASs[1].getParamAttrs(0)); in TEST()