Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp168 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize()
223 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local
248 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local
262 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
280 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
302 static const char *getLockFreeValue(unsigned TypeWidth, const TargetInfo &TI) { in getLockFreeValue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp503 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local
586 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
694 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in getShiftedValue() local
H A DInstCombineCasts.cpp1349 unsigned TypeWidth = Src->getType()->getScalarSizeInBits(); in visitZExt() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp190 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp17784 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local