Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LHSTy

1903   QualType LHSTy = E->getLHS()->getType();
1920 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) {
1955 E->getRHS()->getType(), LHSTy), LHSTy);
1976 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy,
1983 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy);
1989 CGF.EmitToMemory(Result, LHSTy), llvm::SequentiallyConsistent);
2601 QualType LHSTy = E->getLHS()->getType();
2602 if (const MemberPointerType *MPT = LHSTy->getAs<MemberPointerType>()) {
2609 } else if (!LHSTy->isAnyComplexType()) {
2615 if (LHSTy->isVectorType() && !E->getType()->isVectorType()) {
2625 QualType ElTy = LHSTy->getAs<VectorType>()->getElementType();
2681 } else if (LHSTy->hasSignedIntegerRepresentation()) {
2692 if (LHSTy->isVectorType())
2700 QualType CETy = LHSTy->getAs<ComplexType>()->getElementType();