Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DAttributesTest.cpp29 AttributeSet SetA = AttributeSet::get(C, ASs); in TEST() local
31 EXPECT_EQ(SetA, SetB); in TEST()
42 AttributeSet SetA = AttributeSet::get(C, ASs); in TEST() local
43 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]); in TEST()
44 EXPECT_NE(SetA, SetB); in TEST()
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp1121 auto SetA = *MaybeA; in query() local
1123 auto AttrsA = Sets.getLink(SetA.Index).Attrs; in query()
1146 if (SetA.Index == SetB.Index) in query()