Home
last modified time | relevance | path

Searched defs:RHSType (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h130 auto *RHSType = cast<VectorType>(RHS->getType()); variable
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantCastingCheck.cpp69 const QualType RHSType = B->getRHS()->IgnoreImplicit()->getType(); in areBinaryOperatorOperandsTypesEqualToOperatorResultType() local
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h76 const TypeDescriptor &RHSType; member
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1146 handleComplexConversion(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType LHSType,QualType RHSType,bool IsCompAssign) handleComplexConversion() argument
1201 handleFloatConversion(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType LHSType,QualType RHSType,bool IsCompAssign) handleFloatConversion() argument
1250 unsupportedTypeConversion(const Sema & S,QualType LHSType,QualType RHSType) unsupportedTypeConversion() argument
1294 handleIntegerConversion(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType LHSType,QualType RHSType,bool IsCompAssign) handleIntegerConversion() argument
1344 handleComplexIntConversion(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType LHSType,QualType RHSType,bool IsCompAssign) handleComplexIntConversion() argument
1557 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); UsualArithmeticConversions() local
8119 QualType RHSType = OpenCLArithmeticConversions() local
8809 checkPointerTypesForAssignment(Sema & S,QualType LHSType,QualType RHSType,SourceLocation Loc) checkPointerTypesForAssignment() argument
8962 checkBlockPointerTypesForAssignment(Sema & S,QualType LHSType,QualType RHSType) checkBlockPointerTypesForAssignment() argument
9013 checkObjCPointerTypesForAssignment(Sema & S,QualType LHSType,QualType RHSType) checkObjCPointerTypesForAssignment() argument
9047 CheckAssignmentConstraints(SourceLocation Loc,QualType LHSType,QualType RHSType) CheckAssignmentConstraints() argument
9087 QualType RHSType = RHS.get()->getType(); CheckAssignmentConstraints() local
9470 QualType RHSType = RHS.get()->getType(); CheckTransparentUnionArgumentConstraints() local
9550 QualType RHSType = RHS.get()->getType(); CheckSingleAssignmentConstraints() local
9752 QualType RHSType = RHS.get()->IgnoreImpCasts()->getType(); InvalidLogicalVectorOperands() local
10045 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); CheckVectorOperands() local
10291 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); CheckSizelessVectorOperands() local
11197 QualType RHSType = RHS.get()->getType(); checkVectorShift() local
11285 QualType RHSType = RHS.get()->getType(); checkSizelessVectorShift() local
11399 QualType RHSType = RHS.get()->getType(); CheckShiftOperands() local
11444 QualType RHSType = RHS.get()->getType(); convertPointersToCompositeType() local
11644 QualType RHSType = RHS->getType(); diagnoseTautologicalComparison() local
11856 QualType RHSType = RHS.get()->getType(); checkArithmeticOrEnumeralThreeWayCompare() local
12038 QualType RHSType = RHS.get()->getType(); CheckCompareOperands() local
12794 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); CheckMatrixElementwiseOperands() local
13498 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : CheckAssignmentOperands() local
[all...]
H A DSemaObjCProperty.cpp863 QualType RHSType = S.Context.getCanonicalType(Property->getType()); SelectPropertyForSynthesisFromProtocols() local
1669 QualType RHSType = DiagnosePropertyMismatch() local
H A DSemaExprCXX.cpp6253 QualType RHSType = RHS.get()->getType(); CheckPointerToMemberOperands() local
6586 QualType RHSType = RHS.get()->getType(); CheckVectorConditionalTypes() local
6679 QualType RHSType = RHS.get()->getType(); CheckSizelessVectorConditionalTypes() local
[all...]
H A DSemaChecking.cpp4991 QualType RHSType = TheCall->getArg(1)->getType(); BuiltinShuffleVector() local
/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp362 Type *RHSType = RHS->getType(); createOpBin() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp2025 QualType LHSType, RHSType; member
2038 QualType LHSType, RHSType, CommonType; member
2060 bool operator()(QualType LHSType, QualType RHSType, QualType CommonType) { in operator ()()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp415 Type *RHSType = RHSVal->getType(); foldPHIArgBinOpIntoPHI() local
H A DInstCombineCompares.cpp794 Type *RHSType = GEPRHS->getOperand(i)->getType(); foldGEPICmp() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp143 QualType RHSType = BinOp->getRHS()->getType(); isFixedPointOp() local
154 QualType RHSType = BinOp->getRHS()->getType(); rhsHasSignedIntegerRepresentation() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp