Home
last modified time | relevance | path

Searched defs:newVecTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
H A DEmulateWideInt.cpp108 auto newVecTy = VectorType::get(shape.drop_back(), vecTy.getElementType()); in dropTrailingX1Dim() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1125 auto newVecTy{mlir::VectorType::get(vTypeInfo.len, eleTy)}; in genVecAbs() local