Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h726 AllocaInst *findAllocaForValue(Value *V, bool OffsetZero = false);
728 bool OffsetZero = false) {
729 return findAllocaForValue(const_cast<Value *>(V), OffsetZero);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6062 AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) { in findAllocaForValue() argument
6090 if (OffsetZero && !GEP->hasAllZeroIndices()) in findAllocaForValue()