Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp235 auto *GEP1 = dyn_cast<GetElementPtrInst>(S1->getPointerOperand()); in canSinkStoresAndGEPs() local
280 auto *GEP1 = cast<GetElementPtrInst>(Ptr1); in sinkStoresAndGEPs() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1041 const GEPOperator *GEP1 = dyn_cast<GEPOperator>(Ptr1); in getPointerOffsetFrom() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1080 const GEPOperator *GEP1, LocationSize V1Size, in aliasGEP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2008 GEPOperator *GEP1 = nullptr, *GEP2 = nullptr; in OptimizePointerDifference() local
H A DInstructionCombining.cpp2312 static bool isMergedGEPInBounds(GEPOperator &GEP1, GEPOperator &GEP2) { in isMergedGEPInBounds()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4390 auto *GEP1 = dyn_cast<GetElementPtrInst>(Ptr1); in arePointersCompatible() local