Searched defs:LHSTy (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 88 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 73 LLT LHSTy = MRI.getType(LHS); in matchICmpRedundantTrunc() local
|
H A D | AArch64InstructionSelector.cpp | 1551 auto LHSTy = MRI.getType(LHS); in tryOptCompareBranchFedByICmp() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1387 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 D | SemaChecking.cpp | 2252 QualType LHSTy = Context.getPointerType(EltTy); in CheckNeonBuiltinFunctionCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 203 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 D | CGExprComplex.cpp | 904 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 896 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1945 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4600 if (auto *LHSTy = dyn_cast<VectorType>(LHS->getType())) in OptimizeOverflowCheck() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12501 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 D | SelectionDAG.cpp | 2090 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()
|
H A D | DAGCombiner.cpp | 776 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
|