Searched refs:ASs (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | AttributesTest.cpp | 24 AttributeList ASs[] = {AttributeList::get(C, 1, Attribute::ZExt), in TEST() local 27 AttributeList SetA = AttributeList::get(C, ASs); in TEST() 28 AttributeList SetB = AttributeList::get(C, ASs); in TEST() 44 AttributeList ASs[] = {AttributeList::get(C, 2, Attribute::ZExt), in TEST() local 47 AttributeList SetA = AttributeList::get(C, ASs); in TEST() 48 AttributeList SetB = SetA.removeAttributes(C, 1, ASs[1].getAttributes(1)); in TEST()
|