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

References

lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  161     DL = &M.getDataLayout();
  352   if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) {
  439   } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) {
  476   IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType()));
  539     uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
  541         DL->getPointerSizeInBits(GEP->getAddressSpace())) {
  552             DL->getPointerSizeInBits(GEP->getAddressSpace())) {
  638   Value *Bump = emitBump(Basis, C, Builder, DL, BumpWithUglyGEP);
  667       Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType());