Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h81 return simplifyGEPInst(Ty, Ptr, IdxList, NW, SQ); in FoldGEP()
H A DInstructionSimplify.h168 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp216 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in translateSubExpr()
H A DInstructionSimplify.cpp74 static Value *simplifyGEPInst(Type *, Value *, ArrayRef<Value *>,
4979 static Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, in simplifyGEPInst() function
5113 Value *llvm::simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, in simplifyGEPInst() function in llvm
5115 return ::simplifyGEPInst(SrcTy, Ptr, Indices, NW, Q, RecursionLimit); in simplifyGEPInst()
7146 return simplifyGEPInst(GEPI->getSourceElementType(), NewOps[0], in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1204 Value *V = simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2715 simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.getNoWrapFlags(), in visitGetElementPtrInst()