Lines Matching full:clone
28 T *clone(T *V1) {
29 Value *V2 = V1->clone();
60 BinaryOperator *AddClone = this->clone(Add);
61 BinaryOperator *SubClone = this->clone(Sub);
62 BinaryOperator *MulClone = this->clone(Mul);
77 AddClone = this->clone(Add);
78 SubClone = this->clone(Sub);
79 MulClone = this->clone(Mul);
94 AddClone = this->clone(Add);
95 SubClone = this->clone(Sub);
96 MulClone = this->clone(Mul);
111 AddClone = this->clone(Add);
112 SubClone = this->clone(Sub);
113 MulClone = this->clone(Mul);
130 EXPECT_FALSE(this->clone(GEP)->isInBounds());
133 EXPECT_TRUE(this->clone(GEP)->isInBounds());
140 EXPECT_FALSE(this->clone(SDiv)->isExact());
143 EXPECT_TRUE(this->clone(SDiv)->isExact());