Home
last modified time | relevance | path

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

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