Searched refs:EltResult (Results 1 – 1 of 1) sorted by relevance
3002 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local3007 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() local10580 EltResult.setAllBits(); in handleVectorUnaryOperator()10582 EltResult.clearAllBits(); in handleVectorUnaryOperator()10584 return APValue{EltResult}; in handleVectorUnaryOperator()