Searched defs:RHSType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp32 Type *RHSType = RHSVal->getType(); local
50 I->getOperand(1)->getType() != RHSType)
91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1205 QualType RHSType = local
1208 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1213 if (!isObjCPointerConversion(RHSType, LHSType,
H A DSemaExprCXX.cpp3818 QualType RHSType = RHS.get()->getType(); local
3819 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>();
3822 << OpSpelling << RHSType << RHS.get()->getSourceRange();
3906 << RHSType << 1 << LHS.get()->getSourceRange();
3912 << RHSType << 0 << LHS.get()->getSourceRange();
H A DSemaChecking.cpp1451 QualType RHSType = TheCall->getArg(1)->getType(); local
1453 if (!LHSType->isVectorType() || !RHSType->isVectorType()) {
1467 if (!RHSType->hasIntegerRepresentation() ||
1468 RHSType->getAs<VectorType>()->getNumElements() != numElements)
1474 else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
H A DSemaExpr.cpp755 QualType RHSType,
757 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
762 LHS = S.ImpCastExprToType(LHS.take(), RHSType, CK_FloatingComplexCast);
763 return RHSType;
816 QualType RHSType,
819 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
822 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
824 return RHSType;
838 bool RHSComplexFloat = RHSType->isComplexType();
843 LHSType, RHSType,
753 handleComplexFloatToComplexFloatConverstion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
814 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
892 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
971 handleIntegerConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1041 QualType RHSType = local
5337 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5460 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5490 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5524 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
5557 QualType RHSType = RHS.get()->getType(); local
5842 QualType RHSType = RHS.get()->getType(); local
5997 QualType RHSType = local
6690 QualType RHSType = RHS.get()->getType(); local
6893 QualType RHSType = RHS.get()->getType(); local
7651 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : local
[all...]

Completed in 126 milliseconds