Home
last modified time | relevance | path

Searched defs:DestGEP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp650 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in copyIRFlags() local
691 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in andIRFlags() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1837 void BasicAAResult::subtractDecomposedGEPs(DecomposedGEP &DestGEP, in subtractDecomposedGEPs()