Lines Matching refs:LHSTy
1996 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2013 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) { in EmitCompoundAssignLValue()
2048 E->getRHS()->getType(), LHSTy), LHSTy); in EmitCompoundAssignLValue()
2069 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy, in EmitCompoundAssignLValue()
2076 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy); in EmitCompoundAssignLValue()
2082 LHSLV.getAddress(), atomicPHI, CGF.EmitToMemory(Result, LHSTy), in EmitCompoundAssignLValue()
2696 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
2697 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) { in EmitCompare()
2704 } else if (!LHSTy->isAnyComplexType()) { in EmitCompare()
2710 if (LHSTy->isVectorType() && !E->getType()->isVectorType()) { in EmitCompare()
2720 QualType ElTy = LHSTy->getAs<VectorType>()->getElementType(); in EmitCompare()
2776 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
2787 if (LHSTy->isVectorType()) in EmitCompare()
2795 QualType CETy = LHSTy->getAs<ComplexType>()->getElementType(); in EmitCompare()