Home
last modified time | relevance | path

Searched defs:InnerBits (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
53 bool y;
55 unsigned d : 16;
56 unsigned e : 6;
57 unsigned f : 2;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp643 unsigned InnerBits = InnerVT.getSizeInBits(); in SimplifyDemandedBits() local