Searched refs:RHSType (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExpr.cpp | 1142 QualType RHSType, bool IsCompAssign) { in handleComplexConversion() argument 1144 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType, in handleComplexConversion() 1147 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType, in handleComplexConversion() 1149 return RHSType; in handleComplexConversion() 1152 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexConversion() 1155 return handleComplexFloatConversion(S, LHS, LHSType, RHSType, in handleComplexConversion() 1158 return handleComplexFloatConversion(S, RHS, RHSType, LHSType, in handleComplexConversion() 1197 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument 1199 bool RHSFloat = RHSType->isRealFloatingType(); in handleFloatConversion() 1204 if (LHSType->isFixedPointType() || RHSType->isFixedPointType()) { in handleFloatConversion() [all …]
|
| D | SemaExprCXX.cpp | 5961 QualType RHSType = RHS.get()->getType(); in CheckPointerToMemberOperands() local 5962 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>(); in CheckPointerToMemberOperands() 5965 << OpSpelling << RHSType << RHS.get()->getSourceRange(); in CheckPointerToMemberOperands() 6059 << RHSType << 1 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands() 6066 << RHSType << 0 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands() 6294 QualType RHSType = RHS.get()->getType(); in CheckVectorConditionalTypes() local 6295 const auto *RHSVT = RHSType->getAs<VectorType>(); in CheckVectorConditionalTypes() 6308 if (!Context.hasSameType(LHSType, RHSType)) { in CheckVectorConditionalTypes() 6310 << LHSType << RHSType; in CheckVectorConditionalTypes() 6313 ResultType = Context.getCommonSugaredType(LHSType, RHSType); in CheckVectorConditionalTypes() [all …]
|
| D | SemaObjCProperty.cpp | 878 QualType RHSType = S.Context.getCanonicalType(Property->getType()); in SelectPropertyForSynthesisFromProtocols() local 944 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in SelectPropertyForSynthesisFromProtocols() 947 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols() 1691 QualType RHSType = in DiagnosePropertyMismatch() local 1694 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch() 1699 if (!isObjCPointerConversion(RHSType, LHSType, in DiagnosePropertyMismatch()
|
| D | SemaChecking.cpp | 7657 QualType RHSType = TheCall->getArg(1)->getType(); in SemaBuiltinShuffleVector() local 7659 if (!LHSType->isVectorType() || !RHSType->isVectorType()) in SemaBuiltinShuffleVector() 7673 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector() 7674 RHSType->castAs<VectorType>()->getNumElements() != numElements) in SemaBuiltinShuffleVector() 7680 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) { in SemaBuiltinShuffleVector()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | MatrixBuilder.h | 130 auto *RHSType = cast<VectorType>(RHS->getType()); variable 137 Type *OverloadedTypes[] = {ReturnType, LHSType, RHSType};
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers.h | 76 const TypeDescriptor &RHSType; member
|
| D | ubsan_handlers.cpp | 335 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 415 Type *RHSType = RHSVal->getType(); in foldPHIArgBinOpIntoPHI() local 424 I->getOperand(1)->getType() != RHSType) in foldPHIArgBinOpIntoPHI() 458 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in foldPHIArgBinOpIntoPHI()
|
| D | InstCombineCompares.cpp | 857 Type *RHSType = GEPRHS->getOperand(i)->getType(); in foldGEPICmp() local 860 RHSType->getPrimitiveSizeInBits() || in foldGEPICmp() 862 (!LHSType->isVectorTy() || !RHSType->isVectorTy()))) { in foldGEPICmp()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 138 QualType RHSType = BinOp->getRHS()->getType(); in isFixedPointOp() local 139 return LHSType->isFixedPointType() || RHSType->isFixedPointType(); in isFixedPointOp()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | Sema.h | 12463 QualType RHSType);
|