Home
last modified time | relevance | path

Searched refs:IsAlignedAllocLike (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5204 bool IsAlignedAllocLike = isAlignedAllocLikeFn(&I, TLI); in updateImpl() local
5206 if (!IsMalloc && !IsAlignedAllocLike && !IsCalloc) { in updateImpl()
5224 } else if (IsAlignedAllocLike && isa<ConstantInt>(I.getOperand(0))) { in updateImpl()