Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 81 return simplifyGEPInst(Ty, Ptr, IdxList, IsInBounds, SQ);
|
| H A D | InstructionSimplify.h | 166 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 215 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in translateSubExpr()
|
| H A D | InstructionSimplify.cpp | 73 static Value *simplifyGEPInst(Type *, Value *, ArrayRef<Value *>, bool, 4953 static Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, in simplifyGEPInst() function 5087 Value *llvm::simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, in simplifyGEPInst() function in llvm 5089 return ::simplifyGEPInst(SrcTy, Ptr, Indices, InBounds, Q, RecursionLimit); in simplifyGEPInst() 7062 return simplifyGEPInst(GEPI->getSourceElementType(), NewOps[0], in simplifyInstructionWithOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1200 Value *V = simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2388 if (Value *V = simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.isInBounds(), in visitGetElementPtrInst()
|