Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp183 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize()
228 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local
248 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local
260 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
273 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
291 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineShifts.cpp128 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in CanEvaluateShifted() local
153 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in CanEvaluateShifted() local
220 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
262 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSimpleSValBuilder.cpp286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local