Searched refs:SimplifyGEPInst (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 198 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
|
| H A D | InstructionSimplify.cpp | 65 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 D | InstructionCombining.cpp | 1558 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1176 Value *V = SimplifyGEPInst( in createExpression()
|