Searched refs:IsAlignedAllocLike (Results 1 – 1 of 1) sorted by relevance
5204 bool IsAlignedAllocLike = isAlignedAllocLikeFn(&I, TLI); in updateImpl() local5206 if (!IsMalloc && !IsAlignedAllocLike && !IsCalloc) { in updateImpl()5224 } else if (IsAlignedAllocLike && isa<ConstantInt>(I.getOperand(0))) { in updateImpl()