OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MinWidth
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
694
unsigned
MinWidth
= Type.Width + (Signed && !Type.Signed);
695
if (Width <
MinWidth
) {
696
Width =
MinWidth
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
4277
unsigned
MinWidth
= NegMaskVal.getMinSignedBits();
4278
if (
MinWidth
> 32 || (
MinWidth
> 8 && MaskVal.getMinSignedBits() <= 32))
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1747
unsigned
MinWidth
= Target->getLargeArrayMinWidth();
1748
if (!ForAlignof &&
MinWidth
) {
1752
MinWidth
<= getTypeSize(cast<ConstantArrayType>(arrayType)))
Completed in 86 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026