Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h88 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp73 LLT LHSTy = MRI.getType(LHS); in matchICmpRedundantTrunc() local
H A DAArch64InstructionSelector.cpp1551 auto LHSTy = MRI.getType(LHS); in tryOptCompareBranchFedByICmp() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1387 static QualType handleFixedPointConversion(Sema &S, QualType LHSTy, in handleFixedPointConversion()
5464 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
7811 QualType LHSTy = LHS.get()->getType(); in checkConditionalPointerCompatibility() local
7941 QualType LHSTy = LHS.get()->getType(); in checkConditionalBlockPointerCompatibility() local
7967 QualType LHSTy = LHS.get()->getType(); in checkConditionalObjectPointersCompatibility() local
8270 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
8384 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
8658 QualType LHSTy, QualType RHSTy, in computeConditionalNullability()
8786 QualType LHSTy = LHSExpr->getType(), RHSTy = RHSExpr->getType(); in ActOnConditionalOp() local
10227 QualType LHSTy = LHSArg->getType(); in DiagnoseDivisionSizeofPointerOrArray() local
[all …]
H A DSemaChecking.cpp2252 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp203 QualType LHSTy = *OptionalLHSTy; in CanElideOverflowCheck() local
2996 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
3623 QualType LHSTy, RHSTy; in EmitFixedPointBinOp() local
4003 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
H A DCGExprComplex.cpp904 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp896 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1945 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4600 if (auto *LHSTy = dyn_cast<VectorType>(LHS->getType())) in OptimizeOverflowCheck() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12501 QualType LHSTy = E->getLHS()->getType(); in EvaluateComparisonBinaryOperator() local
12888 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2090 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
H A DDAGCombiner.cpp776 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()