Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 83 return simplifyGEPInst(Ty, Ptr, IdxList, NW, SQ); in FoldGEP()
|
| H A D | InstructionSimplify.h | 172 LLVM_ABI Value *simplifyGEPInst(Type *SrcTy, Value *Ptr,
|
| /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 | 78 static Value *simplifyGEPInst(Type *, Value *, ArrayRef<Value *>, 5005 static Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, in simplifyGEPInst() function 5139 Value *llvm::simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, in simplifyGEPInst() function in llvm 5141 return ::simplifyGEPInst(SrcTy, Ptr, Indices, NW, Q, RecursionLimit); in simplifyGEPInst() 7188 return simplifyGEPInst(GEPI->getSourceElementType(), NewOps[0], in simplifyInstructionWithOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1241 Value *V = simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3085 simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.getNoWrapFlags(), in visitGetElementPtrInst()
|