Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp180 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize()
225 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local
245 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local
257 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
270 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
288 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp128 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in CanEvaluateShifted() local
153 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in CanEvaluateShifted() local
219 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
261 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local