Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp235 auto *GEP1 = dyn_cast<GetElementPtrInst>(S1->getPointerOperand()); canSinkStoresAndGEPs() local
280 auto *GEP1 = cast<GetElementPtrInst>(Ptr1); sinkStoresAndGEPs() local
/llvm-project/llvm/lib/IR/
H A DValue.cpp1041 const GEPOperator *GEP1 = dyn_cast<GEPOperator>(Ptr1); in getPointerOffsetFrom() local
/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1080 aliasGEP(const GEPOperator * GEP1,LocationSize V1Size,const Value * V2,LocationSize V2Size,const Value * UnderlyingV1,const Value * UnderlyingV2,AAQueryInfo & AAQI) aliasGEP() argument
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2003 GEPOperator *GEP1 = nullptr, *GEP2 = nullptr; OptimizePointerDifference() local
H A DInstructionCombining.cpp2312 isMergedGEPInBounds(GEPOperator & GEP1,GEPOperator & GEP2) isMergedGEPInBounds() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4359 auto *GEP1 = dyn_cast<GetElementPtrInst>(Ptr1); arePointersCompatible() local