Searched defs:RHSTy (Results 1 – 9 of 9) sorted by relevance
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 498 auto *RHSTy = RHS->getType(); createOpICmp() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 780 QualType RHSTy = RHS.get()->getType(); CheckNeonBuiltinFunctionCall() local
|
H A D | SemaExpr.cpp | 1436 handleFixedPointConversion(Sema & S,QualType LHSTy,QualType RHSTy) handleFixedPointConversion() argument 5094 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); CreateBuiltinArraySubscriptExpr() local 7883 QualType RHSTy = RHS.get()->getType(); checkConditionalPointerCompatibility() local 8015 QualType RHSTy = RHS.get()->getType(); checkConditionalBlockPointerCompatibility() local 8041 QualType RHSTy = RHS.get()->getType(); checkConditionalObjectPointersCompatibility() local 8353 QualType RHSTy = RHS.get()->getType(); CheckConditionalOperands() local 8617 computeConditionalNullability(QualType ResTy,bool IsBin,QualType LHSTy,QualType RHSTy,ASTContext & Ctx) computeConditionalNullability() argument 8743 QualType LHSTy = LHSExpr->getType(), RHSTy = RHSExpr->getType(); ActOnConditionalOp() local 10403 QualType RHSTy; DiagnoseDivisionSizeofPointerOrArray() local 10458 QualType RHSTy = RHS.get()->getType(); CheckMultiplyDivideOperands() local 12962 QualType RHSTy = RHS.get()->getType(); CheckLogicalOperands() local 14582 QualType RHSTy = RHSExpr->getType(); CreateBuiltinBinOp() local [all...] |
H A D | SemaExprObjC.cpp | 4936 if (RHSTy->isObjCClassType() && in FindCompositeObjCPointerType() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 214 QualType RHSTy = *OptionalRHSTy; CanElideOverflowCheck() local 4193 QualType LHSTy, RHSTy; EmitFixedPointBinOp() local 4406 llvm::Type *RHSTy = RHS->getType(); GetMaximumShiftAmount() local 4595 QualType RHSTy = E->getRHS()->getType(); EmitCompare() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2156 __anonc91f7afb0902(VectorType *RHSTy, VectorType *LHSTy) checkVectorTypesForPromotion() argument 2168 __anonc91f7afb0a02(VectorType *RHSTy, VectorType *LHSTy) checkVectorTypesForPromotion() argument
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 1964 RecTy *RHSTy = nullptr; ParseOperation() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13508 QualType RHSTy = E->getRHS()->getType(); EvaluateComparisonBinaryOperator() local 13931 QualType RHSTy = E->getRHS()->getType(); VisitBinaryOperator() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 19301 MVT RHSTy = RHS.getValueType().getSimpleVT(); performConcatVectorsCombine() local [all...] |