HomeSort by relevance Sort by last modified time
    Searched defs:SizeInBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 278 uint64_t SizeInBits = TD->getTypeSizeInBits(StoredVal->getType());
279 if ((SizeInBits & 7) || (SizeInBits >> 32) != 0)
292 unsigned StoreSize = (unsigned)SizeInBits >> 3;
  /external/clang/include/clang/Serialization/
Module.h 89 uint64_t SizeInBits;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 468 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
470 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
474 *SizeInBits = Ty.getSizeInBits();
485 int SizeInBits = -1;
486 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
488 switch (SizeInBits) {
    [all...]

Completed in 183 milliseconds