Home
last modified time | relevance | path

Searched refs:RHSType (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1056 QualType RHSType, in handleComplexFloatConversion() argument
1059 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType, in handleComplexFloatConversion()
1062 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType, in handleComplexFloatConversion()
1064 return RHSType; in handleComplexFloatConversion()
1078 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion()
1081 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion()
1085 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion()
1143 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1145 bool RHSFloat = RHSType->isRealFloatingType(); in handleFloatConversion()
1150 if (LHSType->isFixedPointType() || RHSType->isFixedPointType()) { in handleFloatConversion()
[all …]
DSemaObjCProperty.cpp885 QualType RHSType = S.Context.getCanonicalType(Property->getType()); in SelectPropertyForSynthesisFromProtocols() local
951 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in SelectPropertyForSynthesisFromProtocols()
954 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols()
1700 QualType RHSType = in DiagnosePropertyMismatch() local
1703 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
1708 if (!isObjCPointerConversion(RHSType, LHSType, in DiagnosePropertyMismatch()
DSemaExprCXX.cpp5616 QualType RHSType = RHS.get()->getType(); in CheckPointerToMemberOperands() local
5617 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>(); in CheckPointerToMemberOperands()
5620 << OpSpelling << RHSType << RHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
5714 << RHSType << 1 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
5721 << RHSType << 0 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
5943 QualType RHSType = RHS.get()->getType(); in CheckGNUVectorConditionalTypes() local
5944 const auto *RHSVT = RHSType->getAs<VectorType>(); in CheckGNUVectorConditionalTypes()
5958 << /*isExtVector*/ true << RHSType; in CheckGNUVectorConditionalTypes()
5964 if (!Context.hasSameType(LHSType, RHSType)) { in CheckGNUVectorConditionalTypes()
5966 << LHSType << RHSType; in CheckGNUVectorConditionalTypes()
[all …]
DSemaChecking.cpp6089 QualType RHSType = TheCall->getArg(1)->getType(); in SemaBuiltinShuffleVector() local
6091 if (!LHSType->isVectorType() || !RHSType->isVectorType()) in SemaBuiltinShuffleVector()
6105 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
6106 RHSType->castAs<VectorType>()->getNumElements() != numElements) in SemaBuiltinShuffleVector()
6112 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) { in SemaBuiltinShuffleVector()
/external/clang/lib/Sema/
DSemaExpr.cpp1032 QualType RHSType, in handleComplexFloatConversion() argument
1035 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType, in handleComplexFloatConversion()
1038 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType, in handleComplexFloatConversion()
1040 return RHSType; in handleComplexFloatConversion()
1054 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion()
1057 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion()
1061 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion()
1119 QualType RHSType, bool IsCompAssign) { in handleFloatConversion() argument
1121 bool RHSFloat = RHSType->isRealFloatingType(); in handleFloatConversion()
1126 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
[all …]
DSemaObjCProperty.cpp833 QualType RHSType = S.Context.getCanonicalType(Property->getType()); in DiagnosePropertyMismatchDeclInProtocols() local
839 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatchDeclInProtocols()
842 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in DiagnosePropertyMismatchDeclInProtocols()
1472 QualType RHSType = in DiagnosePropertyMismatch() local
1475 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
1480 if (!isObjCPointerConversion(RHSType, LHSType, in DiagnosePropertyMismatch()
DSemaExprCXX.cpp4807 QualType RHSType = RHS.get()->getType(); in CheckPointerToMemberOperands() local
4808 const MemberPointerType *MemPtr = RHSType->getAs<MemberPointerType>(); in CheckPointerToMemberOperands()
4811 << OpSpelling << RHSType << RHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
4896 << RHSType << 1 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
4902 << RHSType << 0 << LHS.get()->getSourceRange(); in CheckPointerToMemberOperands()
DSemaChecking.cpp3395 QualType RHSType = TheCall->getArg(1)->getType(); in SemaBuiltinShuffleVector() local
3397 if (!LHSType->isVectorType() || !RHSType->isVectorType()) in SemaBuiltinShuffleVector()
3410 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
3411 RHSType->getAs<VectorType>()->getNumElements() != numElements) in SemaBuiltinShuffleVector()
3416 } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) { in SemaBuiltinShuffleVector()
/external/llvm-project/llvm/include/llvm/IR/
DMatrixBuilder.h134 auto *RHSType = cast<VectorType>(RHS->getType()); variable
141 Type *OverloadedTypes[] = {ReturnType, LHSType, RHSType};
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h66 const TypeDescriptor &RHSType; member
Dubsan_handlers.cc224 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.h76 const TypeDescriptor &RHSType; member
Dubsan_handlers.cpp335 Value RHSVal(Data->RHSType, RHS); in handleShiftOutOfBoundsImpl()
/external/llvm/lib/MC/
DELFObjectWriter.cpp86 unsigned RHSType = RHS.Symbol->getType(); in operator <() local
87 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <()
89 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
91 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp36 Type *RHSType = RHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local
45 I->getOperand(1)->getType() != RHSType) in FoldPHIArgBinOpIntoPHI()
79 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp125 unsigned RHSType = RHS.Symbol->getType(); in operator <() local
126 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <()
128 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
130 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp125 unsigned RHSType = RHS.Symbol->getType(); in operator <() local
126 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <()
128 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
130 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp303 Type *RHSType = RHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local
312 I->getOperand(1)->getType() != RHSType) in FoldPHIArgBinOpIntoPHI()
346 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
DInstCombineCompares.cpp981 Type *RHSType = GEPRHS->getOperand(i)->getType(); in foldGEPICmp() local
984 RHSType->getPrimitiveSizeInBits() || in foldGEPICmp()
986 (!LHSType->isVectorTy() || !RHSType->isVectorTy()))) { in foldGEPICmp()
/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp366 Type *RHSType = RHS->getType(); in createOpBin() local
368 MaxType = getWidestType(LHSType, RHSType); in createOpBin()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp389 Type *RHSType = RHSVal->getType(); in foldPHIArgBinOpIntoPHI() local
398 I->getOperand(1)->getType() != RHSType) in foldPHIArgBinOpIntoPHI()
432 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in foldPHIArgBinOpIntoPHI()
DInstCombineCompares.cpp983 Type *RHSType = GEPRHS->getOperand(i)->getType(); in foldGEPICmp() local
986 RHSType->getPrimitiveSizeInBits() || in foldGEPICmp()
988 (!LHSType->isVectorTy() || !RHSType->isVectorTy()))) { in foldGEPICmp()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp142 QualType RHSType = BinOp->getRHS()->getType(); in isFixedPointOp() local
143 return LHSType->isFixedPointType() || RHSType->isFixedPointType(); in isFixedPointOp()
/external/clang/include/clang/Sema/
DSema.h8706 QualType RHSType);
/external/llvm-project/clang/include/clang/Sema/
DSema.h11292 QualType RHSType);