Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp85 LLT LHSTy = MRI.getType(LHS); in matchICmpRedundantTrunc() local
H A DAArch64InstructionSelector.cpp1784 auto LHSTy = MRI.getType(LHS); in tryOptCompareBranchFedByICmp() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1435 static QualType handleFixedPointConversion(Sema &S, QualType LHSTy, in handleFixedPointConversion()
5120 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
7917 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
8049 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
8075 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
8387 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
8652 QualType LHSTy, QualType RHSTy, in computeConditionalNullability()
8778 QualType LHSTy = LHSExpr->getType(), RHSTy = RHSExpr->getType(); in ActOnConditionalOp() local
10437 QualType LHSTy = LHSArg->getType(); in DiagnoseDivisionSizeofPointerOrArray() local
10492 QualType LHSTy = LHS.get()->getType(); in CheckMultiplyDivideOperands() local
[all …]
H A DSemaARM.cpp791 QualType LHSTy = getASTContext().getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
H A DSemaExprObjC.cpp4935 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp213 QualType LHSTy = *OptionalLHSTy; in CanElideOverflowCheck() local
3519 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
4203 QualType LHSTy, RHSTy; in EmitFixedPointBinOp() local
4604 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
H A DCGExprComplex.cpp1222 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp866 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2156 auto RankVectorTypesComp = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in checkVectorTypesForPromotion()
2168 auto RankVectorTypesEq = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in checkVectorTypesForPromotion()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2936 auto *LHSTy = dyn_cast<ListRecTy>(LHS->getType()); in ParseValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6097 if (auto *LHSTy = dyn_cast<VectorType>(LHS->getType())) in OptimizeOverflowCheck() local
7166 auto *LHSTy = dyn_cast<FixedVectorType>(LHS->getType()); in foldReductionIdiom() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13538 QualType LHSTy = E->getLHS()->getType(); in EvaluateComparisonBinaryOperator() local
13961 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4450 LLT LHSTy = MRI.getType(LHS); in matchICmpToLHSKnownBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2406 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
H A DDAGCombiner.cpp852 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()