Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp186 bool transformGEPChain(CallInst *Call, CallInfo &CInfo);
1056 bool BPFAbstractMemberAccess::transformGEPChain(CallInst *Call, in transformGEPChain() function in BPFAbstractMemberAccess
1198 Transformed = transformGEPChain(C.first, C.second) || Transformed; in doTransformation()