Home
last modified time | relevance | path

Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h81 return simplifyGEPInst(Ty, Ptr, IdxList, IsInBounds, SQ);
H A DInstructionSimplify.h250 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DPHITransAddr.cpp229 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in PHITranslateSubExpr()
H A DInstructionSimplify.cpp72 static Value *simplifyGEPInst(Type *, Value *, ArrayRef<Value *>, bool,
4169 return PreventSelfSimplify(simplifyGEPInst( in simplifyWithOpReplaced()
4522 static Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, in simplifyGEPInst() function
4660 Value *llvm::simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, in simplifyGEPInst() function in llvm
4662 return ::simplifyGEPInst(SrcTy, Ptr, Indices, InBounds, Q, RecursionLimit); in simplifyGEPInst()
6388 simplifyGEPInst(GEPI->getSourceElementType(), NewOps[0], in simplifyInstructionWithOperands()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1207 simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2270 if (Value *V = simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.isInBounds(), in visitGetElementPtrInst()