OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASize
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c
49
unsigned int
ASize
: 2;
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
478
//
ASize
< MidSize and MidSize > ResultSize, but don't know the relation
479
// between
ASize
and ResultSize.
480
unsigned
ASize
= A->getType()->getPrimitiveSizeInBits();
484
if (Cst->getZExtValue() >=
ASize
)
488
// amount is smaller than
ASize
, it is always safe to do the shift in A's
[
all
...]
InstCombineCompares.cpp
[
all
...]
Completed in 66 milliseconds