Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp173 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize()
236 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local
261 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local
276 unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
294 static void DefineFastIntType(const LangOptions &LangOpts, unsigned TypeWidth, in DefineFastIntType()
317 static const char *getLockFreeValue(unsigned TypeWidth, const TargetInfo &TI) { in getLockFreeValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp548 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local
630 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
738 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in getShiftedValue() local
H A DInstCombineCasts.cpp1266 unsigned TypeWidth = Src->getType()->getScalarSizeInBits(); in visitZExt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18193 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local