Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.h90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp74 LLT LHSTy = MRI.getType(LHS); in matchICmpRedundantTrunc() local
H A DAArch64InstructionSelector.cpp1720 auto LHSTy = MRI.getType(LHS); in tryOptCompareBranchFedByICmp() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1431 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 DSemaChecking.cpp3015 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp199 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 DCGExprComplex.cpp1044 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp919 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5045 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 DSROA.cpp2200 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4294 LLT LHSTy = MRI.getType(LHS); in matchICmpToLHSKnownBits() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12852 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 DSelectionDAG.cpp2259 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
H A DDAGCombiner.cpp796 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()