Home
last modified time | relevance | path

Searched refs:simplifyGEPInst (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInstSimplifyFolder.h81 return simplifyGEPInst(Ty, Ptr, IdxList, IsInBounds, SQ);
DInstructionSimplify.h254 Value *simplifyGEPInst(Type *SrcTy, Value *Ptr, ArrayRef<Value *> Indices,
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DPHITransAddr.cpp229 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0], in PHITranslateSubExpr()
DInstructionSimplify.cpp73 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/
DNewGVN.cpp1203 Value *V = simplifyGEPInst(GEPI->getSourceElementType(), *E->op_begin(), in createExpression()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2285 if (Value *V = simplifyGEPInst(GEPEltType, PtrOp, Indices, GEP.isInBounds(), in visitGetElementPtrInst()