reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 BinaryOperator *AddClone = this->clone(Add); 75 BinaryOperator *SubClone = this->clone(Sub); 76 BinaryOperator *MulClone = this->clone(Mul); 91 AddClone = this->clone(Add); 92 SubClone = this->clone(Sub); 93 MulClone = this->clone(Mul); 108 AddClone = this->clone(Add); 109 SubClone = this->clone(Sub); 110 MulClone = this->clone(Mul); 125 AddClone = this->clone(Add); 126 SubClone = this->clone(Sub); 127 MulClone = this->clone(Mul); 145 EXPECT_FALSE(this->clone(GEP)->isInBounds()); 148 EXPECT_TRUE(this->clone(GEP)->isInBounds()); 155 EXPECT_FALSE(this->clone(SDiv)->isExact()); 158 EXPECT_TRUE(this->clone(SDiv)->isExact());