Lines Matching defs:CPP
637 Constant *CPP = PoisonValue::get(PtrTy);
643 Constant *CP00P0 = ConstantVector::get({CP0, CP0, CPP, CP0});
644 Constant *CP00P = ConstantVector::get({CP0, CP0, CPP});
670 Constant *CPP = ConstantVector::get({CP, CP});
674 EXPECT_EQ(CPP, PoisonValue::get(CPP->getType()));
681 Constant *CPP = ConstantStruct::get(STy, {CP, CP});
685 EXPECT_EQ(CPP, PoisonValue::get(CPP->getType()));
692 Constant *CPP = ConstantArray::get(ATy, {CP, CP});
696 EXPECT_EQ(CPP, PoisonValue::get(CPP->getType()));