Home
last modified time | relevance | path

Searched refs:MinWidth (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6220 unsigned MinWidth = -1U; in getSmallestAndWidestTypes() local
6269 MinWidth = std::min(MinWidth, in getSmallestAndWidestTypes()
6276 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4277 unsigned MinWidth = NegMaskVal.getMinSignedBits(); in shrinkAndImmediate() local
4278 if (MinWidth > 32 || (MinWidth > 8 && MaskVal.getMinSignedBits() <= 32)) in shrinkAndImmediate()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1747 unsigned MinWidth = Target->getLargeArrayMinWidth(); in getDeclAlign() local
1748 if (!ForAlignof && MinWidth) { in getDeclAlign()
1752 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType))) in getDeclAlign()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp694 unsigned MinWidth = Type.Width + (Signed && !Type.Signed); in EncompassingIntegerType() local
695 if (Width < MinWidth) { in EncompassingIntegerType()
696 Width = MinWidth; in EncompassingIntegerType()