Searched refs:SimplifyGEPInst (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 251 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 229 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
|
| D | InstructionSimplify.cpp | 73 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/ |
| D | NewGVN.cpp | 1198 Value *V = SimplifyGEPInst( in createExpression()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 1899 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()
|