Searched refs:EltResult (Results 1 – 1 of 1) sorted by relevance
3071 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local3076 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() local10948 EltResult.setAllBits(); in handleVectorUnaryOperator()10950 EltResult.clearAllBits(); in handleVectorUnaryOperator()10952 return APValue{EltResult}; in handleVectorUnaryOperator()