reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
589 uint64_t Size = DL.getTypeStoreSize(T); 595 SI->getPointerOperand(), findStoreAlignment(DL, SI), 596 LI->getPointerOperand(), findLoadAlignment(DL, LI), Size); 599 SI->getPointerOperand(), findStoreAlignment(DL, SI), 600 LI->getPointerOperand(), findLoadAlignment(DL, LI), Size); 651 DL.getTypeStoreSize(SI->getOperand(0)->getType()), 652 findCommonAlignment(DL, SI, LI), C); 672 if (Value *ByteVal = isBytewiseValue(V, DL)) { 684 uint64_t Size = DL.getTypeStoreSize(T); 687 Align = DL.getABITypeAlignment(T);