Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2999 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()