Searched refs:EltResult (Results 1 – 1 of 1) sorted by relevance
3213 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local3218 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() local11407 EltResult.setAllBits(); in handleVectorUnaryOperator()11409 EltResult.clearAllBits(); in handleVectorUnaryOperator()11411 return APValue{EltResult}; in handleVectorUnaryOperator()