Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DExprConstant.cpp3002 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
3007 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3009 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3012 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3018 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
10577 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator() local
10580 EltResult.setAllBits(); in handleVectorUnaryOperator()
10582 EltResult.clearAllBits(); in handleVectorUnaryOperator()
10584 return APValue{EltResult}; in handleVectorUnaryOperator()