Searched refs:SliceSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2302 uint64_t SliceSize = 0;
2363 SliceSize = NewEndOffset - NewBeginOffset;
2476 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8);
2484 assert(cast<IntegerType>(LI.getType())->getBitWidth() >= SliceSize * 8 &&
2486 if (cast<IntegerType>(LI.getType())->getBitWidth() > SliceSize * 8)
2501 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
2503 const bool IsLoadPastEnd = DL.getTypeStoreSize(TargetTy) > SliceSize;
2571 assert(SliceSize < DL.getTypeStoreSize(LI.getType()) &&
2664 if (SliceSize < DL.getTypeStoreSize(V->getType())) {
2670 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize *
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14551 unsigned SliceSize = getUsedBits().countPopulation(); local
14552 assert(!(SliceSize & 0x7) && "Size is not a multiple of a byte.");
14553 return SliceSize / 8;

Completed in 135 milliseconds