Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4628 *SecondVecArg = RHS; in EmitCompare() local
4646 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4656 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4671 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4678 Result = Builder.CreateCall(F, {CR6Param, FirstVecArg, SecondVecArg}); in EmitCompare()