Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 81 return simplifyGEPInst(Ty, Ptr, IdxList, IsInBounds, SQ);
|
| H A D | InstructionSimplify.h | 250 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 229 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in PHITranslateSubExpr()
|
| H A D | InstructionSimplify.cpp | 72 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 D | NewGVN.cpp | 1207 simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2270 if (Value *V = simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.isInBounds(), in visitGetElementPtrInst()
|