reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
356 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, SVal)); 357 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, OVal)); 358 EXPECT_TRUE(IVOp.SourcePreds[0].matches({}, AVal)); 359 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, VVal)); 363 EXPECT_FALSE(IVOp.SourcePreds[0].matches({}, ZAVal)); 389 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int8PtrTy))); 390 EXPECT_TRUE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int32Ty))); 391 EXPECT_FALSE(IVOp.SourcePreds[1].matches({SVal}, UndefValue::get(Int64Ty))); 392 EXPECT_FALSE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, 394 EXPECT_TRUE(IVOp.SourcePreds[2].matches({SVal, UndefValue::get(Int32Ty)}, 397 EXPECT_THAT(IVOp.SourcePreds[1].generate({SVal}, {}), 400 IVOp.SourcePreds[2].generate({SVal, ConstantInt::get(Int32Ty, 0)}, {}),