Home
last modified time | relevance | path

Searched defs:NewWidth (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp767 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MinSignedBits), 8); in narrowSDivOrSRem() local
887 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in narrowUDivOrURem() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h929 unsigned NewWidth = getBitWidth() + NewLSB.getBitWidth(); in concat() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp940 unsigned NewWidth = Width; in instCombineIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3802 unsigned NewWidth = SrcTy->getScalarSizeInBits(); in visitSwitchInst() local
3840 unsigned NewWidth = Known.getBitWidth() - std::max(LeadingKnownZeros, LeadingKnownOnes); in visitSwitchInst() local
H A DInstCombineCompares.cpp1082 unsigned NewWidth = CI2->getValue().countr_zero(); in processUGT_ADDCST_ADD() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp354 unsigned NewWidth = getBitWidth() + NewLSB.getBitWidth(); in concatSlowCase() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3293 auto repeatOp = [&](unsigned NewWidth, SDValue Arg) { in ExpandHvxResizeIntoSteps() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp732 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8904 unsigned NewWidth, unsigned *pNewMask = nullptr) { in AdjustBlendMask()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20012 unsigned NewWidth; in ActOnEnumBody() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10186 unsigned NewWidth = BitWidth + 1; in GetQuadraticEquation() local