Lines Matching defs: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) {
237 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AllocaSize));
257 uint64_t AllocaSize) {
269 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize);
275 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) {
293 AllocaSize))
310 AllocaPtr, AllocaSize))
326 if (!IsMemIntrinsicSafe(MI, UI, AllocaPtr, AllocaSize)) {