Lines Matching full:arg1
1642 // (shuffle arg1, arg2, sequence)
1643 std::pair<Type, std::string> Arg1 =
1647 assert_with_loc(Arg1.first == Arg2.first,
1655 llvm::make_unique<Rev>(Arg1.first.getElementSizeInBits()));
1657 llvm::make_unique<MaskExpander>(Arg1.first.getNumElements()));
1660 std::string S = "__builtin_shufflevector(" + Arg1.second + ", " + Arg2.second;
1670 Type T(Arg1.first);