reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 2407       if (DL->getTypeSizeInBits(ScalarTy) !=
 2408           DL->getTypeAllocSizeInBits(ScalarTy)) {
 2435       if (llvm::sortPtrAccesses(PointerOps, *DL, *SE, CurrentOrder)) {
 2449         uint64_t Size = DL->getTypeAllocSize(ScalarTy);
 2546         reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE);
 2593         reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE);
 2669         if (!isConsecutiveAccess(VL[i], VL[i + 1], *DL, *SE)) {
 2780         reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE);
 4034         Alignment = MaybeAlign(DL->getABITypeAlignment(ScalarLoadTy));
 4071         Alignment = DL->getABITypeAlignment(SI->getValueOperand()->getType());
 4927     return DL->getTypeSizeInBits(Store->getValueOperand()->getType());
 4955       MaxWidth = std::max<unsigned>(MaxWidth, DL->getTypeSizeInBits(Ty));
 4976     return DL->getTypeSizeInBits(V->getType());
 5126   if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) &&
 5136       KnownBits Known = computeKnownBits(R, *DL);
 5143       auto NumSignBits = ComputeNumSignBits(Scalar, *DL, 0, AC, nullptr, DT);
 5144       auto NumTypeBits = DL->getTypeSizeInBits(Scalar->getType());