Home
last modified time | relevance | path

Searched refs:SimplifyGEPInst (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h235 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPHITransAddr.cpp229 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
H A DInstructionSimplify.cpp70 static Value *SimplifyGEPInst(Type *, ArrayRef<Value *>, const SimplifyQuery &,
3921 return PreventSelfSimplify(SimplifyGEPInst(GEP->getSourceElementType(), in SimplifyWithOpReplaced()
4242 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function
4366 Value *llvm::SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm
4368 return ::SimplifyGEPInst(SrcTy, Ops, Q, RecursionLimit); in SimplifyGEPInst()
5916 Result = SimplifyGEPInst(cast<GetElementPtrInst>(I)->getSourceElementType(), in SimplifyInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1858 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1198 Value *V = SimplifyGEPInst( in createExpression()