Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DInstructionSimplify.h251 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DPHITransAddr.cpp229 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
DInstructionSimplify.cpp73 static Value *SimplifyGEPInst(Type *, ArrayRef<Value *>, const SimplifyQuery &,
3968 return PreventSelfSimplify(SimplifyGEPInst(GEP->getSourceElementType(), in simplifyWithOpReplaced()
4314 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function
4438 Value *llvm::SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm
4440 return ::SimplifyGEPInst(SrcTy, Ops, Q, RecursionLimit); in SimplifyGEPInst()
6175 Result = SimplifyGEPInst(cast<GetElementPtrInst>(I)->getSourceElementType(), in simplifyInstructionWithOperands()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1198 Value *V = SimplifyGEPInst( in createExpression()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1899 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()