Lines Matching defs:UV
1523 auto *UV =
1535 auto *N = DISubrange::get(Context, nullptr, LV, UV, SV);
1545 EXPECT_EQ(UV, cast<DIVariable *>(Upper));
1552 EXPECT_EQ(N, DISubrange::get(Context, nullptr, LV, UV, SV));
1554 EXPECT_NE(N, DISubrange::get(Context, nullptr, LV, UV, SVother));
1555 EXPECT_NE(N, DISubrange::get(Context, nullptr, LV, UV, SEother));
1556 EXPECT_NE(N, DISubrange::get(Context, nullptr, LV, UV, SIother));
1655 auto *UV =
1667 auto *N = DIGenericSubrange::get(Context, nullptr, LV, UV, SV);
1677 EXPECT_EQ(UV, cast<DIVariable *>(Upper));
1684 EXPECT_EQ(N, DIGenericSubrange::get(Context, nullptr, LV, UV, SV));
1686 EXPECT_NE(N, DIGenericSubrange::get(Context, nullptr, LV, UV, SVother));
1687 EXPECT_NE(N, DIGenericSubrange::get(Context, nullptr, LV, UV, SEother));
1688 EXPECT_NE(N, DIGenericSubrange::get(Context, nullptr, LV, UV, SIother));