Home
last modified time | relevance | path

Searched defs:GEP1 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp230 auto *GEP1 = dyn_cast<GetElementPtrInst>(S1->getPointerOperand()); in canSinkStoresAndGEPs() local
268 auto *GEP1 = cast<GetElementPtrInst>(Ptr1); in sinkStoresAndGEPs() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1016 const GEPOperator *GEP1, LocationSize V1Size, in aliasGEP()
H A DValueTracking.cpp7511 const GEPOperator *GEP1 = dyn_cast<GEPOperator>(Ptr1); in isPointerOffset() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1800 GEPOperator *GEP1 = nullptr, *GEP2 = nullptr; in OptimizePointerDifference() local
H A DInstructionCombining.cpp1951 static bool isMergedGEPInBounds(GEPOperator &GEP1, GEPOperator &GEP2) { in isMergedGEPInBounds()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3687 auto *GEP1 = dyn_cast<GetElementPtrInst>(Ptr1); in arePointersCompatible() local