Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AArch64/
H A Dsve-intrinsic-opts-unpkhi-unpklo.ll10 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …
11 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]
23 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …
24 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]
36 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …
37 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]
49 ; CHECK-NEXT: [[UNPACK:%.*]] = shufflevector <vscale x 4 x i32> [[DOTSPLATINSERT]], <vscale x 4 …
50 ; CHECK-NEXT: ret <vscale x 4 x i32> [[UNPACK]]
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h71 Expr<T> UNPACK(FunctionRef<T> &&);
966 template <typename T> Expr<T> Folder<T>::UNPACK(FunctionRef<T> &&funcRef) { in UNPACK() function
1138 return Folder<T>{context}.UNPACK(std::move(funcRef)); in FoldOperation()