Lines Matching defs:UE
1565 auto *UE = DIExpression::get(Context, {2, 3});
1573 auto *N = DISubrange::get(Context, nullptr, LE, UE, SE);
1583 EXPECT_EQ(UE, cast<DIExpression *>(Upper));
1590 EXPECT_EQ(N, DISubrange::get(Context, nullptr, LE, UE, SE));
1592 EXPECT_NE(N, DISubrange::get(Context, nullptr, LEother, UE, SE));
1593 EXPECT_NE(N, DISubrange::get(Context, nullptr, LIother, UE, SE));
1594 EXPECT_NE(N, DISubrange::get(Context, nullptr, LVother, UE, SE));
1698 auto *UE = DIExpression::get(Context, {2, 3});
1711 DIGenericSubrange::BoundType(UE), DIGenericSubrange::BoundType(SE));
1721 EXPECT_EQ(UE, cast<DIExpression *>(Upper));
1731 DIGenericSubrange::BoundType(UE),
1737 DIGenericSubrange::BoundType(UE),
1742 DIGenericSubrange::BoundType(UE),