Searched refs:containerType (Results 1 – 4 of 4) sorted by relevance
49 static Type getPtrToElementType(T containerType, LLVMTypeConverter &lowering) { in getPtrToElementType() argument51 lowering.convertType(containerType.getElementType())); in getPtrToElementType()
1417 Type containerType, in getInsertExtractValueElementType() argument1421 Type llvmType = containerType; in getInsertExtractValueElementType()1422 if (!isCompatibleType(containerType)) in getInsertExtractValueElementType()1461 Type llvmType = containerType; in getInsertExtractValueElementType()1462 if (!isCompatibleType(containerType)) { in getInsertExtractValueElementType()1507 Type containerType; in parse() local1516 parser.parseType(containerType) || in parse()1641 Type containerType; in parse() local1651 parser.parseType(containerType)) in parse()1663 result.addTypes(containerType); in parse()[all …]
828 >([&](auto containerType) { in isCompatibleImpl() argument829 return isCompatible(containerType.getElementType()); in isCompatibleImpl()
568 Type containerType = op.composite().getType(); in matchAndRewrite() local569 if (containerType.isa<VectorType>()) { in matchAndRewrite()598 Type containerType = op.composite().getType(); in matchAndRewrite() local599 if (containerType.isa<VectorType>()) { in matchAndRewrite()