reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12742 assert((isVector(ResultTy, Context.HalfTy) || 12743 isVector(ResultTy, Context.ShortTy)) && 12745 assert(isVector(LHS.get()->getType(), Context.HalfTy) && 12746 isVector(RHS.get()->getType(), Context.HalfTy) && 12749 RHS = convertVector(RHS.get(), Context.FloatTy, S); 12754 if (isVector(ResultTy, Context.ShortTy)) 12758 return new (Context) CompoundAssignOperator( 12762 LHS = convertVector(LHS.get(), Context.FloatTy, S); 12763 auto *BO = new (Context) BinaryOperator(LHS.get(), RHS.get(), Opc, BinOpResTy,