Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 81 return simplifyGEPInst(Ty, Ptr, IdxList, NW, SQ); in FoldGEP()
|
H A D | InstructionSimplify.h | 168 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 216 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in translateSubExpr()
|
H A D | InstructionSimplify.cpp | 74 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 D | NewGVN.cpp | 1204 Value *V = simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2715 simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.getNoWrapFlags(), in visitGetElementPtrInst()
|