Home
last modified time | relevance | path

Searched defs:TypeWidth (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp166 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize()
211 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local
236 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local
248 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
261 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
279 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp460 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local
536 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp162 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp16612 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local