Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp184 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()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp84 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp503 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local
586 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
694 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in getShiftedValue() local
H A DInstCombineCasts.cpp1349 unsigned TypeWidth = Src->getType()->getScalarSizeInBits(); in visitZExt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp452 unsigned TypeWidth = InnerShift->getType()->getScalarSizeInBits(); in canEvaluateShiftedShift() local
553 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.cpp1975 uint32_t TypeWidth = X86_CHAR_BIT * typeWidthInBytes(Ty); in lowerArithmetic() local
2077 uint32_t TypeWidth = X86_CHAR_BIT * typeWidthInBytes(Ty); in lowerArithmetic() local
H A DIceTargetLoweringX8632.cpp2171 uint32_t TypeWidth = X86_CHAR_BIT * typeWidthInBytes(Ty); in lowerArithmetic() local
2265 uint32_t TypeWidth = X86_CHAR_BIT * typeWidthInBytes(Ty); in lowerArithmetic() local
H A DIceTargetLoweringMIPS32.cpp1855 int32_t TypeWidth = typeWidthInBytes(DestTy); in legalizeMov() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp13289 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local