Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp466 uint64_t MaxReach = StackSize + MaxArgOffset; in processFunctionBeforeFrameFinalized() local
467 if (!isUInt<12>(MaxReach)) { in processFunctionBeforeFrameFinalized()