Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3071 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
3076 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3078 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3081 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3087 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
10945 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator() local
10948 EltResult.setAllBits(); in handleVectorUnaryOperator()
10950 EltResult.clearAllBits(); in handleVectorUnaryOperator()
10952 return APValue{EltResult}; in handleVectorUnaryOperator()