Lines Matching full:clone
39 T *clone(T *V1) {
40 Value *V2 = V1->clone();
70 BinaryOperator *AddClone = this->clone(Add);
71 BinaryOperator *SubClone = this->clone(Sub);
72 BinaryOperator *MulClone = this->clone(Mul);
87 AddClone = this->clone(Add);
88 SubClone = this->clone(Sub);
89 MulClone = this->clone(Mul);
104 AddClone = this->clone(Add);
105 SubClone = this->clone(Sub);
106 MulClone = this->clone(Mul);
121 AddClone = this->clone(Add);
122 SubClone = this->clone(Sub);
123 MulClone = this->clone(Mul);
140 EXPECT_FALSE(this->clone(GEP)->isInBounds());
143 EXPECT_TRUE(this->clone(GEP)->isInBounds());
150 EXPECT_FALSE(this->clone(SDiv)->isExact());
153 EXPECT_TRUE(this->clone(SDiv)->isExact());