Home
last modified time | relevance | path

Searched defs:LHSTy (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp167 const QualType LHSTy = Op->getLHS()->getType(); in checkOvershift() local
238 const QualType LHSTy = LHS->getType(); checkLeftShiftOverflow() local
[all...]
/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy() argument
/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp497 auto *LHSTy = LHS->getType(); createOpICmp() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp85 if (!LHSTy.isScalar()) in matchICmpRedundantTrunc() local
H A DAArch64InstructionSelector.cpp1779 auto LHSTy = MRI.getType(LHS); tryOptCompareBranchFedByICmp() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1435 handleFixedPointConversion(Sema & S,QualType LHSTy,QualType RHSTy) handleFixedPointConversion() argument
5094 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); CreateBuiltinArraySubscriptExpr() local
7882 QualType LHSTy = LHS.get()->getType(); checkConditionalPointerCompatibility() local
8014 QualType LHSTy = LHS.get()->getType(); checkConditionalBlockPointerCompatibility() local
8040 QualType LHSTy = LHS.get()->getType(); checkConditionalObjectPointersCompatibility() local
8352 QualType LHSTy = LHS.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
10402 QualType LHSTy = LHSArg->getType(); DiagnoseDivisionSizeofPointerOrArray() local
10457 QualType LHSTy = LHS.get()->getType(); CheckMultiplyDivideOperands() local
10911 QualType LHSTy = Context.isPromotableBitField(LHS.get()); CheckAdditionOperands() local
12961 QualType LHSTy = LHS.get()->getType(); CheckLogicalOperands() local
13523 QualType LHSTy(LHSType); CheckAssignmentOperands() local
14581 QualType LHSTy = LHSExpr->getType(); CreateBuiltinBinOp() local
[all...]
H A DSemaARM.cpp791 QualType LHSTy = getASTContext().getPointerType(EltTy); CheckNeonBuiltinFunctionCall() local
H A DSemaExprObjC.cpp4935 QualType LHSTy = LHS.get()->getType(); FindCompositeObjCPointerType() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp213 QualType LHSTy = *OptionalLHSTy; CanElideOverflowCheck() local
3509 QualType LHSTy = E->getLHS()->getType(); EmitCompoundAssignLValue() local
4193 QualType LHSTy, RHSTy; EmitFixedPointBinOp() local
4594 QualType LHSTy = E->getLHS()->getType(); EmitCompare() local
[all...]
H A DCGExprComplex.cpp1209 QualType LHSTy = E->getLHS()->getType(); EmitCompoundAssignLValue() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1055 getShiftAmountTy(EVT LHSTy,const DataLayout & DL) const getShiftAmountTy() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2156 __anonc91f7afb0902(VectorType *RHSTy, VectorType *LHSTy) checkVectorTypesForPromotion() argument
2168 __anonc91f7afb0a02(VectorType *RHSTy, VectorType *LHSTy) checkVectorTypesForPromotion() argument
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2936 auto *LHSTy = dyn_cast<ListRecTy>(LHS->getType()); ParseValue() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6097 if (auto *LHSTy = dyn_cast<VectorType>(LHS->getType())) OptimizeOverflowCheck() local
7166 auto *LHSTy = dyn_cast<FixedVectorType>(LHS->getType()); foldReductionIdiom() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13507 QualType LHSTy = E->getLHS()->getType(); EvaluateComparisonBinaryOperator() local
13930 QualType LHSTy = E->getLHS()->getType(); VisitBinaryOperator() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4450 LLT LHSTy = MRI.getType(LHS); matchICmpToLHSKnownBits() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2405 getShiftAmountOperand(EVT LHSTy,SDValue Op) getShiftAmountOperand() argument
H A DDAGCombiner.cpp847 getShiftAmountTy(EVT LHSTy) getShiftAmountTy() argument
[all...]