Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h782 AllocaInst *findAllocaForValue(Value *V, bool OffsetZero = false);
784 bool OffsetZero = false) {
785 return findAllocaForValue(const_cast<Value *>(V), OffsetZero);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6729 AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) { in findAllocaForValue() argument
6757 if (OffsetZero && !GEP->hasAllZeroIndices()) in findAllocaForValue()