Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DImplicitWideningOfMultiplicationResultCheck.cpp82 unsigned SrcWidth = Context->getIntWidth(ETy); handleImplicitCastExpr() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp249 unsigned SrcWidth = SrcOp->getType()->getScalarSizeInBits(); visitImpl() local
H A DInstCombineShifts.cpp1047 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitShl() local
1471 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitLShr() local
1545 unsigned SrcWidth = X->getType()->getScalarSizeInBits(); visitLShr() local
H A DInstCombineCasts.cpp547 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); narrowBinOp() local
684 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); visitTrunc() local
1731 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); visitFPTrunc() local
[all...]
H A DInstCombineMulDivRem.cpp282 if (ShiftAmt >= BitWidth - SrcWidth) { in visitMul() local
H A DInstCombineVectorOps.cpp290 unsigned SrcWidth = SrcTy->getScalarSizeInBits(); in foldBitcastExtElt() local
/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp455 unsigned SrcWidth = getWidth(); convertToInt() local
/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h37 unsigned SrcWidth = SrcSema.getWidth(); in Convert() local
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp784 unsigned SrcWidth = std::min(DstWidth, Log2(GVAlign)); ConstantFoldBinaryInstruction() local
/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp312 getShuffleDemandedElts(int SrcWidth,ArrayRef<int> Mask,const APInt & DemandedElts,APInt & DemandedLHS,APInt & DemandedRHS,bool AllowUndefElts) getShuffleDemandedElts() argument
/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1077 unsigned SrcWidth = CGM.getContext().getIntWidth(FromType); ProduceIntToIntCast() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp715 TypeSize SrcWidth = SrcVT.getSizeInBits(); LegalizeLoadOps() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16081 createTblShuffleMask(unsigned SrcWidth,unsigned DstWidth,unsigned NumElts,bool IsLittleEndian,SmallVectorImpl<int> & Mask) createTblShuffleMask() argument
16110 auto SrcWidth = cast<IntegerType>(SrcTy->getElementType())->getBitWidth(); createTblShuffleForZExt() local
16130 auto SrcWidth = cast<IntegerType>(SrcTy->getElementType())->getBitWidth(); createTblShuffleForSExt() local
16297 auto SrcWidth = SrcTy->getElementType()->getScalarSizeInBits(); optimizeExtendOrTruncateConversion() local
[all...]
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9459 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); getAlignmentArgument() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54747 unsigned SrcWidth = SrcVT.getSizeInBits(); combineToFPTruncExtElt() local
[all...]