Searched defs:TypeWidth (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 168 DefineTypeSize(const Twine & MacroName,unsigned TypeWidth,StringRef ValSuffix,bool isSigned,MacroBuilder & Builder) DefineTypeSize() argument 231 int TypeWidth = TI.getTypeWidth(Ty); DefineExactWidthIntType() local 256 int TypeWidth = TI.getTypeWidth(Ty); DefineExactWidthIntTypeSize() local 271 DefineLeastWidthIntType(const LangOptions & LangOpts,unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineLeastWidthIntType() argument 289 DefineFastIntType(const LangOptions & LangOpts,unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineFastIntType() argument 312 getLockFreeValue(unsigned TypeWidth,const TargetInfo & TI) getLockFreeValue() argument [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 548 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); canEvaluateShiftedShift() local 630 unsigned TypeWidth = ShType->getScalarSizeInBits(); foldShiftedShift() local 738 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); getShiftedValue() local [all...] |
H A D | InstCombineCasts.cpp | 1266 unsigned TypeWidth = Src->getType()->getScalarSizeInBits(); visitZExt() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 204 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 18147 uint64_t TypeWidth = Context.getIntWidth(FieldTy); VerifyBitField() local
|