/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BitwiseShiftChecker.cpp | 167 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 D | AVRISelLowering.h | 90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy() argument
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 497 auto *LHSTy = LHS->getType(); createOpICmp() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 85 if (!LHSTy.isScalar()) in matchICmpRedundantTrunc() local
|
H A D | AArch64InstructionSelector.cpp | 1779 auto LHSTy = MRI.getType(LHS); tryOptCompareBranchFedByICmp() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1435 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 D | SemaARM.cpp | 791 QualType LHSTy = getASTContext().getPointerType(EltTy); CheckNeonBuiltinFunctionCall() local
|
H A D | SemaExprObjC.cpp | 4935 QualType LHSTy = LHS.get()->getType(); FindCompositeObjCPointerType() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 213 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 D | CGExprComplex.cpp | 1209 QualType LHSTy = E->getLHS()->getType(); EmitCompoundAssignLValue() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1055 getShiftAmountTy(EVT LHSTy,const DataLayout & DL) const getShiftAmountTy() argument
|
/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 | 2936 auto *LHSTy = dyn_cast<ListRecTy>(LHS->getType()); ParseValue() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 6097 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 D | ExprConstant.cpp | 13507 QualType LHSTy = E->getLHS()->getType(); EvaluateComparisonBinaryOperator() local 13930 QualType LHSTy = E->getLHS()->getType(); VisitBinaryOperator() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4450 LLT LHSTy = MRI.getType(LHS); matchICmpToLHSKnownBits() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2405 getShiftAmountOperand(EVT LHSTy,SDValue Op) getShiftAmountOperand() argument
|
H A D | DAGCombiner.cpp | 847 getShiftAmountTy(EVT LHSTy) getShiftAmountTy() argument [all...] |