Lines Matching refs:UndefValue
186 SBOp.BuilderFunc({UndefValue::get(Type::getInt1Ty(Ctx))}, RI); in TEST()
293 EXPECT_TRUE(GEPOp.SourcePreds[0].matches({}, UndefValue::get(Int8PtrTy))); in TEST()
294 EXPECT_TRUE(GEPOp.SourcePreds[1].matches({UndefValue::get(Int8PtrTy)}, in TEST()
297 GEPOp.BuilderFunc({UndefValue::get(Int8PtrTy), ConstantInt::get(Int32Ty, 0)}, in TEST()
346 Constant *SVal = UndefValue::get(StructTy); in TEST()
347 Constant *OVal = UndefValue::get(OpaqueTy); in TEST()
348 Constant *AVal = UndefValue::get(ArrayTy); in TEST()
349 Constant *ZAVal = UndefValue::get(ZeroSizedArrayTy); in TEST()
350 Constant *VVal = UndefValue::get(VectorTy); in TEST()
389 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int8PtrTy))); in TEST()
390 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int32Ty))); in TEST()
391 EXPECT_FALSE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int64Ty))); in TEST()
392 EXPECT_FALSE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, in TEST()
394 EXPECT_TRUE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, in TEST()