Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LHSTy

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