Searched defs:TypeWidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp126 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); local
150 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); local
213 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); local
255 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp183 static void DefineTypeSize(StringRef MacroName, unsigned TypeWidth, argument
217 int TypeWidth = TI.getTypeWidth(Ty); local
234 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); local

Completed in 159 milliseconds