Lines Matching refs:AllocaSize
198 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
201 const Value *AllocaPtr, uint64_t AllocaSize);
203 uint64_t AllocaSize);
234 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument
244 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AllocaSize)); in IsAccessSafe()
264 uint64_t AllocaSize) { in IsMemIntrinsicSafe() argument
276 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe()
282 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() argument
300 AllocaSize)) in IsSafeStackAlloca()
317 AllocaPtr, AllocaSize)) in IsSafeStackAlloca()
333 if (!IsMemIntrinsicSafe(MI, UI, AllocaPtr, AllocaSize)) { in IsSafeStackAlloca()