Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4324 *SecondVecArg = RHS; in EmitCompare() local
4342 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4352 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4367 std::swap(FirstVecArg, SecondVecArg); in EmitCompare()
4374 Result = Builder.CreateCall(F, {CR6Param, FirstVecArg, SecondVecArg}); in EmitCompare()