Home
last modified time | relevance | path

Searched refs:wrappedContainerType1 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1243 auto wrappedContainerType1 = v1.getType().cast<LLVM::LLVMType>(); in build() local
1245 wrappedContainerType1.getVectorElementType(), mask.size()); in build()
1275 auto wrappedContainerType1 = typeV1.dyn_cast<LLVM::LLVMType>(); in parseShuffleVectorOp() local
1276 if (!wrappedContainerType1 || !wrappedContainerType1.isVectorTy()) in parseShuffleVectorOp()
1280 wrappedContainerType1.getVectorElementType(), maskAttr.size()); in parseShuffleVectorOp()