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()
51 AttributeSet SetA = AttributeSet::get(C, ASs); in TEST() local
52 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]); in TEST()
53 EXPECT_NE(SetA, SetB); in TEST()
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp318 auto SetA = *MaybeA; in query() local
320 auto AttrsA = Sets.getLink(SetA.Index).Attrs; in query()
333 if (SetA.Index == SetB.Index) in query()