Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4943 *SecondVecArg = RHS; in EmitCompare() local
4961 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4971 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4986 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4993 Result = Builder.CreateCall(F, {CR6Param, FirstVecArg, SecondVecArg}); in EmitCompare()