/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 74 LLT LHSTy = MRI.getType(LHS); in matchICmpRedundantTrunc() local
|
H A D | AArch64InstructionSelector.cpp | 1720 auto LHSTy = MRI.getType(LHS); in tryOptCompareBranchFedByICmp() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1431 static QualType handleFixedPointConversion(Sema &S, QualType LHSTy, in handleFixedPointConversion() 5676 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local 8426 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local 8558 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local 8584 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local 8895 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local 9031 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local 9305 QualType LHSTy, QualType RHSTy, in computeConditionalNullability() 9433 QualType LHSTy = LHSExpr->getType(), RHSTy = RHSExpr->getType(); in ActOnConditionalOp() local 11001 QualType LHSTy = LHSArg->getType(); in DiagnoseDivisionSizeofPointerOrArray() local [all …]
|
H A D | SemaChecking.cpp | 3015 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 199 QualType LHSTy = *OptionalLHSTy; in CanElideOverflowCheck() local 3226 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local 3870 QualType LHSTy, RHSTy; in EmitFixedPointBinOp() local 4250 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
|
H A D | CGExprComplex.cpp | 1044 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 919 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 5045 if (auto *LHSTy = dyn_cast<VectorType>(LHS->getType())) in OptimizeOverflowCheck() local 6131 auto *LHSTy = dyn_cast<FixedVectorType>(LHS->getType()); in foldReductionIdiom() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2200 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4294 LLT LHSTy = MRI.getType(LHS); in matchICmpToLHSKnownBits() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12852 QualType LHSTy = E->getLHS()->getType(); in EvaluateComparisonBinaryOperator() local 13271 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2259 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
|
H A D | DAGCombiner.cpp | 796 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
|