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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp201 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; local
203 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
204 assert(ByteSize != CSize && "Should not extract everything");
262 if (ByteStart >= CSize-ShAmt)
266 if (ByteStart+ByteSize+ShAmt <= CSize)

Completed in 106 milliseconds