Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1021 const Value *UnderlyingV1, const Value *UnderlyingV2, AAQueryInfo &AAQI) { in aliasGEP() argument
1032 MemoryLocation::getBeforeOrAfter(UnderlyingV2), AAQI); in aliasGEP()
1046 assert(DecompGEP1.Base == UnderlyingV1 && DecompGEP2.Base == UnderlyingV2 && in aliasGEP()
1075 MemoryLocation(UnderlyingV2, V2Size), AAQI); in aliasGEP()
1080 MemoryLocation::getBeforeOrAfter(UnderlyingV2), AAQI); in aliasGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h212 const Value *UnderlyingV1, const Value *UnderlyingV2,