Searched refs:TyAllocSize (Results 1 – 3 of 3) sorted by relevance
882 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy); in canReplaceGEPIdxWithZero() local909 return isObjectSizeLessThanOrEq(GEPI->getOperand(0), TyAllocSize, DL) && in canReplaceGEPIdxWithZero()
1964 uint64_t TyAllocSize = DL.getTypeAllocSize(GEPEltType); in visitGetElementPtrInst() local1969 if (TyAllocSize == 1) { in visitGetElementPtrInst()1974 if (TyAllocSize == 1ULL << C) in visitGetElementPtrInst()1978 if (TyAllocSize == C) in visitGetElementPtrInst()
4071 uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty); in SimplifyGEPInst() local4073 if (TyAllocSize == 0 && Ops[0]->getType() == GEPTy) in SimplifyGEPInst()4091 if (TyAllocSize == 1 && in SimplifyGEPInst()4101 TyAllocSize == 1ULL << C) in SimplifyGEPInst()4109 m_SpecificInt(TyAllocSize)))) in SimplifyGEPInst()