Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h198 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
H A DInstructionSimplify.cpp65 static Value *SimplifyGEPInst(Type *, ArrayRef<Value *>, const SimplifyQuery &,
3802 return SimplifyGEPInst(GEP->getSourceElementType(), NewOps, Q, in SimplifyWithOpReplaced()
4049 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function
4161 Value *llvm::SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm
4163 return ::SimplifyGEPInst(SrcTy, Ops, Q, RecursionLimit); in SimplifyGEPInst()
5291 Result = SimplifyGEPInst(cast<GetElementPtrInst>(I)->getSourceElementType(), in SimplifyInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1558 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1176 Value *V = SimplifyGEPInst( in createExpression()