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

References

lib/Analysis/InstructionSimplify.cpp
 4018       uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty);
 4026           Q.DL.getIndexSizeInBits(AS)) {
 4063   if (Q.DL.getTypeAllocSize(LastType) == 1 &&
 4067         Q.DL.getIndexSizeInBits(Ops[0]->getType()->getPointerAddressSpace());
 4068     if (Q.DL.getTypeSizeInBits(Ops.back()->getType()) == IdxWidth) {
 4071           Ops[0]->stripAndAccumulateInBoundsConstantOffsets(Q.DL,
 4095   if (auto *CEFolded = ConstantFoldConstant(CE, Q.DL))