Lines Matching defs:opWithProp
183 auto opWithProp = dyn_cast<OpWithProperties>(op.get());
184 ASSERT_TRUE(opWithProp);
188 opWithProp.print(os);
198 TestProperties &prop = opWithProp.getProperties();
203 opWithProp.print(os);
214 opWithProp.print(os);
225 opWithProp.print(os);
236 opWithProp.print(os);
274 auto opWithProp = dyn_cast<OpWithProperties>(op);
275 ASSERT_TRUE(opWithProp);
319 auto opWithProp = dyn_cast<OpWithProperties>(op.get());
320 ASSERT_TRUE(opWithProp);
321 Operation *clone = opWithProp->clone();
345 auto opWithProp = dyn_cast<OpWithProperties>(op.get());
346 ASSERT_TRUE(opWithProp);
347 llvm::hash_code reference = OperationEquivalence::computeHash(opWithProp);
348 TestProperties &prop = opWithProp.getProperties();
350 EXPECT_NE(reference, OperationEquivalence::computeHash(opWithProp));
352 EXPECT_EQ(reference, OperationEquivalence::computeHash(opWithProp));
354 EXPECT_NE(reference, OperationEquivalence::computeHash(opWithProp));
356 EXPECT_EQ(reference, OperationEquivalence::computeHash(opWithProp));
358 EXPECT_NE(reference, OperationEquivalence::computeHash(opWithProp));
360 EXPECT_EQ(reference, OperationEquivalence::computeHash(opWithProp));