Const overload of findAllocaForValue.
Declared in <llvm/Analysis/ValueTracking.h>
AllocaInst const*
findAllocaForValue(
Value const* V,
bool OffsetZero = false);
Unique source alloca, or null if none/ambiguous.
| Name | Description |
|---|---|
| V | Value that may derive from an alloca. |
| OffsetZero | Require V to point at the start of the alloca. |