Lines Matching refs:AllocaSize
181 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
184 const Value *AllocaPtr, uint64_t AllocaSize);
186 uint64_t AllocaSize);
218 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument
237 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AllocaSize)); in IsAccessSafe()
257 uint64_t AllocaSize) { in IsMemIntrinsicSafe() argument
269 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe()
275 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() argument
293 AllocaSize)) in IsSafeStackAlloca()
310 AllocaPtr, AllocaSize)) in IsSafeStackAlloca()
326 if (!IsMemIntrinsicSafe(MI, UI, AllocaPtr, AllocaSize)) { in IsSafeStackAlloca()