Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h125 void subtractDecomposedGEPs(DecomposedGEP &DestGEP,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1108 subtractDecomposedGEPs(DecompGEP1, DecompGEP2, AAQI); in aliasGEP()
1837 void BasicAAResult::subtractDecomposedGEPs(DecomposedGEP &DestGEP, in subtractDecomposedGEPs() function in BasicAAResult