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.cpp3213 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
3218 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3220 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3223 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3229 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
11404 APSInt EltResult{Ctx.getIntWidth(ResultTy), in handleVectorUnaryOperator() local
11407 EltResult.setAllBits(); in handleVectorUnaryOperator()
11409 EltResult.clearAllBits(); in handleVectorUnaryOperator()
11411 return APValue{EltResult}; in handleVectorUnaryOperator()