Searched refs:NumConstantLanes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1379 size_t NumConstantLanes = 0; local
1390 NumConstantLanes++;
1416 NumSwizzleLanes >= NumConstantLanes) {
1423 } else if (NumConstantLanes >= NumSplatLanes) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7911 unsigned NumConstantLanes = 0; local
7926 ++NumConstantLanes;
8066 if (NumConstantLanes > 0 && usesOnlyOneConstantValue) {

Completed in 301 milliseconds