Searched defs:CSize (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c51 unsigned int CSize : 2; member in struct:_Key::__anon16730
/external/llvm/lib/IR/
H A DConstantFold.cpp202 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; local
204 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
205 assert(ByteSize != CSize && "Should not extract everything");
263 if (ByteStart >= CSize-ShAmt)
267 if (ByteStart+ByteSize+ShAmt <= CSize)

Completed in 99 milliseconds