Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
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()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp126 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in CanEvaluateShifted() local
150 unsigned TypeWidth = I->getType()->getScalarSizeInBits(); in CanEvaluateShifted() local
212 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
254 unsigned TypeWidth = BO->getType()->getScalarSizeInBits(); in GetShiftedValue() local
/external/llvm/lib/Transforms/InstCombine/
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
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1895 int32_t TypeWidth = typeWidthInBytes(DestTy); in legalizeMov() local
/external/clang/lib/Sema/
DSemaDecl.cpp13289 uint64_t TypeWidth = Context.getIntWidth(FieldTy); in VerifyBitField() local