Searched refs:TypeRuntimeArrayInst (Results 1 – 5 of 5) sorted by relevance
59 EXPECT_EQ(1, countEntity<TypeRuntimeArrayInst>(gs)); in TEST_F()
311 TypeRuntimeArrayInst *Module::getRuntimeArrayType(Instruction *elementType) { in getRuntimeArrayType()815 TypeRuntimeArrayInst *817 return findOrCreate<TypeRuntimeArrayInst>( in getRuntimeArrayType()818 [=](TypeRuntimeArrayInst * /*type*/) -> bool { in getRuntimeArrayType() argument822 [=]() -> TypeRuntimeArrayInst * { in getRuntimeArrayType()
162 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);417 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);
104 EXPECT_EQ(1, countEntity<TypeRuntimeArrayInst>(m)); in TEST_F()
177 EXPECT_EQ(2, countEntity<TypeRuntimeArrayInst>(m)); in TEST()