Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp778 const std::optional<std::uint64_t> layoutWidth = in matchAndRewrite() local
782 if (indexOp && layoutWidth && width != *layoutWidth) { in matchAndRewrite()
795 const auto llvmDstType = mlir::IntegerType::get(ctx, *layoutWidth); in matchAndRewrite()
798 width, *layoutWidth); in matchAndRewrite()