Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getRHS

812   if (E->getRHS()->getType()->isRealFloatingType())
813 Ops.RHS = ComplexPairTy(CGF.EmitScalarExpr(E->getRHS()), nullptr);
815 Ops.RHS = Visit(E->getRHS());
841 if (E->getRHS()->getType()->isRealFloatingType()) {
844 .hasSameUnqualifiedType(ComplexElementTy, E->getRHS()->getType()));
845 OpInfo.RHS = ComplexPairTy(CGF.EmitScalarExpr(E->getRHS()), nullptr);
848 .hasSameUnqualifiedType(OpInfo.Ty, E->getRHS()->getType()));
849 OpInfo.RHS = Visit(E->getRHS());
912 E->getRHS()->getType()) &&
918 Val = Visit(E->getRHS());
946 return Visit(E->getRHS());