Searched refs:TyAllocSize (Results 1 – 3 of 3) sorted by relevance
735 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy); in canReplaceGEPIdxWithZero() local764 return isObjectSizeLessThanOrEq(GEPI->getOperand(0), TyAllocSize, DL) && in canReplaceGEPIdxWithZero()
1566 uint64_t TyAllocSize = DL.getTypeAllocSize(Ty); in visitGetElementPtrInst() local1571 if (TyAllocSize == 1) { in visitGetElementPtrInst()1576 if (TyAllocSize == 1ULL << C) in visitGetElementPtrInst()1580 if (TyAllocSize == C) in visitGetElementPtrInst()
3542 uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty); in SimplifyGEPInst() local3544 if (TyAllocSize == 0) in SimplifyGEPInst()3562 if (TyAllocSize == 1 && in SimplifyGEPInst()3572 TyAllocSize == 1ULL << C) in SimplifyGEPInst()3580 m_SpecificInt(TyAllocSize)))) in SimplifyGEPInst()