Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InstSimplifyFolder.h | 81 return simplifyGEPInst(Ty, Ptr, IdxList, IsInBounds, SQ);
|
| D | InstructionSimplify.h | 254 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 229 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in PHITranslateSubExpr()
|
| D | InstructionSimplify.cpp | 73 static Value *simplifyGEPInst(Type *, Value *, ArrayRef<Value *>, bool, 4245 return PreventSelfSimplify(simplifyGEPInst( in simplifyWithOpReplaced() 4723 static Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, in simplifyGEPInst() function 4861 Value *llvm::simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices, in simplifyGEPInst() function in llvm 4863 return ::simplifyGEPInst(SrcTy, Ptr, Indices, InBounds, Q, RecursionLimit); in simplifyGEPInst() 6660 return simplifyGEPInst(GEPI->getSourceElementType(), NewOps[0], in simplifyInstructionWithOperands()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | NewGVN.cpp | 1203 Value *V = simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 2285 if (Value *V = simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.isInBounds(), in visitGetElementPtrInst()
|