Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h338 Value *stripGetElementPtr(Value *Ptr, ScalarEvolution *SE, Loop *Lp);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp176 Value *llvm::stripGetElementPtr(Value *Ptr, ScalarEvolution *SE, Loop *Lp) { in stripGetElementPtr() function in llvm
222 Ptr = stripGetElementPtr(Ptr, SE, Lp); in getStrideFromPointer()