Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp263 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in copyIRFlags() local
288 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in andIRFlags() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DInstruction.cpp368 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in copyIRFlags() local
393 if (auto *DestGEP = dyn_cast<GetElementPtrInst>(this)) in andIRFlags() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1691 void BasicAAResult::subtractDecomposedGEPs(DecomposedGEP &DestGEP, in subtractDecomposedGEPs()