HomeSort by: relevance | last modified time | path
    Searched refs:SliceSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 2317 uint64_t SliceSize = 0;
2380 SliceSize = NewEndOffset - NewBeginOffset;
2489 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8);
2497 assert(cast<IntegerType>(LI.getType())->getBitWidth() >= SliceSize * 8 &&
2499 if (cast<IntegerType>(LI.getType())->getBitWidth() > SliceSize * 8)
2514 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
2517 DL.getTypeStoreSize(TargetTy).getFixedSize() > SliceSize;
2585 assert(SliceSize < DL.getTypeStoreSize(LI.getType()).getFixedSize() &&
2681 if (SliceSize < DL.getTypeStoreSize(V->getType()).getFixedSize()) {
2687 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 15897 unsigned SliceSize = getUsedBits().countPopulation();
15898 assert(!(SliceSize & 0x7) && "Size is not a multiple of a byte.");
15899 return SliceSize / 8;

Completed in 43 milliseconds