Lines Matching refs:clone
37 T *clone(T *V1) {
38 Value *V2 = V1->clone();
68 BinaryOperator *AddClone = this->clone(Add);
69 BinaryOperator *SubClone = this->clone(Sub);
70 BinaryOperator *MulClone = this->clone(Mul);
85 AddClone = this->clone(Add);
86 SubClone = this->clone(Sub);
87 MulClone = this->clone(Mul);
102 AddClone = this->clone(Add);
103 SubClone = this->clone(Sub);
104 MulClone = this->clone(Mul);
119 AddClone = this->clone(Add);
120 SubClone = this->clone(Sub);
121 MulClone = this->clone(Mul);
139 EXPECT_FALSE(this->clone(GEP)->isInBounds());
142 EXPECT_TRUE(this->clone(GEP)->isInBounds());
149 EXPECT_FALSE(this->clone(SDiv)->isExact());
152 EXPECT_TRUE(this->clone(SDiv)->isExact());