Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp278 static GetElementPtrInst *reconstructGEP(CallInst *Call, int Delta) { in reconstructGEP() function
305 GetElementPtrInst *GEP = reconstructGEP(Call, 0); in reconstructLoad()
316 GetElementPtrInst *GEP = reconstructGEP(Call, 1); in reconstructStore()