Searched defs:TypeWidth (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 184 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize() 229 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local 249 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local 261 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 274 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType() 292 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 166 static void DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, in DefineTypeSize() 211 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType() local 231 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize() local 243 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 256 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType() 274 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 84 unsigned TypeWidth = SecondShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local 219 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local 263 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 454 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local 530 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 452 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local 553 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 294 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 1880 int32_t TypeWidth = typeWidthInBytes(DestTy); in legalizeMov() local
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 13289 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 16481 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local
|