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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1346 const SDValue &SwizzleIndices = Index->getOperand(0);
1348 SwizzleIndices.getValueType() != MVT::v16i8 ||
1352 return std::make_pair(SwizzleSrc, SwizzleIndices);
1403 SDValue SwizzleIndices; local
1406 std::forward_as_tuple(std::tie(SwizzleSrc, SwizzleIndices),
1418 SwizzleIndices);
1419 auto Swizzled = std::make_pair(SwizzleSrc, SwizzleIndices);

Completed in 143 milliseconds