Lines Matching defs:AllocaSize
180 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
183 const Value *AllocaPtr, uint64_t AllocaSize);
185 uint64_t AllocaSize);
217 const Value *AllocaPtr, uint64_t AllocaSize) {
236 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AllocaSize));
256 uint64_t AllocaSize) {
268 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize);
274 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) {
292 AllocaSize))
309 AllocaPtr, AllocaSize))
325 if (!IsMemIntrinsicSafe(MI, UI, AllocaPtr, AllocaSize)) {