Searched defs:NewWidth (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp699 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MinSignedBits), 8); local
743 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MaxActiveBits), 8); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp655 unsigned NewWidth = Width; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7373 AdjustBlendMask(unsigned OldMask, unsigned OldWidth, unsigned NewWidth, unsigned *pNewMask = nullptr) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2968 unsigned NewWidth = Known.getBitWidth() - std::max(LeadingKnownZeros, LeadingKnownOnes); local
H A DInstCombineCompares.cpp1235 unsigned NewWidth = CI2->getValue().countTrailingZeros(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp18300 unsigned NewWidth; local

Completed in 333 milliseconds