Lines Matching refs:UndefValue
232 Constant *Undef64 = UndefValue::get(Int64Ty); in TEST()
617 Constant *CU = UndefValue::get(Int32Ty); in TEST()
655 Constant *CU = UndefValue::get(Int32Ty); in TEST()
671 Constant *CFU = UndefValue::get(FltTy); in TEST()
687 Constant *CPU = UndefValue::get(PtrTy); in TEST()
709 Constant *CU = UndefValue::get(Int32Ty); in TEST()
717 EXPECT_EQ(CUU, UndefValue::get(CUU->getType())); in TEST()
719 EXPECT_NE(CUP, UndefValue::get(CUP->getType())); in TEST()
720 EXPECT_NE(CPU, UndefValue::get(CPU->getType())); in TEST()
728 EXPECT_EQ(CUU, UndefValue::get(CUU->getType())); in TEST()
730 EXPECT_NE(CUP, UndefValue::get(CUP->getType())); in TEST()
731 EXPECT_NE(CPU, UndefValue::get(CPU->getType())); in TEST()
739 EXPECT_EQ(CUU, UndefValue::get(CUU->getType())); in TEST()
741 EXPECT_NE(CUP, UndefValue::get(CUP->getType())); in TEST()
742 EXPECT_NE(CPU, UndefValue::get(CPU->getType())); in TEST()