Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp731 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MinSignedBits), 8); in narrowSDivOrSRem() local
842 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); in narrowUDivOrURem() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h937 unsigned NewWidth = getBitWidth() + NewLSB.getBitWidth(); in concat() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp799 unsigned NewWidth = Width; in instCombineIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp345 unsigned NewWidth = getBitWidth() + NewLSB.getBitWidth(); in concatSlowCase() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3252 unsigned NewWidth = Known.getBitWidth() - std::max(LeadingKnownZeros, LeadingKnownOnes); in visitSwitchInst() local
H A DInstCombineCompares.cpp1146 unsigned NewWidth = CI2->getValue().countTrailingZeros(); in processUGT_ADDCST_ADD() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp743 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3292 auto repeatOp = [&](unsigned NewWidth, SDValue Arg) { in ExpandHvxResizeIntoSteps()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8016 unsigned NewWidth, unsigned *pNewMask = nullptr) { in AdjustBlendMask()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp19720 unsigned NewWidth; in ActOnEnumBody() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp10170 unsigned NewWidth = BitWidth + 1; in GetQuadraticEquation() local