Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h126 Value *SimplifyGEPInst(ArrayRef<Value *> Ops,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h232 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPHITransAddr.cpp230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
DInstructionSimplify.cpp65 static Value *SimplifyGEPInst(Type *, ArrayRef<Value *>, const SimplifyQuery &,
3671 return SimplifyGEPInst(GEP->getSourceElementType(), NewOps, Q, in SimplifyWithOpReplaced()
3861 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function
3973 Value *llvm::SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm
3975 return ::SimplifyGEPInst(SrcTy, Ops, Q, RecursionLimit); in SimplifyGEPInst()
5003 Result = SimplifyGEPInst(cast<GetElementPtrInst>(I)->getSourceElementType(), in SimplifyInstruction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPHITransAddr.cpp231 if (Value *V = SimplifyGEPInst(GEPOps, TD, DT)) { in PHITranslateSubExpr()
DInstructionSimplify.cpp2236 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm
2501 Result = SimplifyGEPInst(Ops, TD, DT); in SimplifyInstruction()
/external/llvm/lib/Analysis/
DPHITransAddr.cpp232 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
DInstructionSimplify.cpp3514 static Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function
3596 Value *llvm::SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm
3601 return ::SimplifyGEPInst(SrcTy, Ops, in SimplifyGEPInst()
4191 Result = SimplifyGEPInst(cast<GetElementPtrInst>(I)->getSourceElementType(), in SimplifyInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp802 if (Value *V = SimplifyGEPInst(Ops, TD)) in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1333 if (Value *V = SimplifyGEPInst(GEP.getSourceElementType(), Ops, DL, TLI, DT, AC)) in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1443 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1173 Value *V = SimplifyGEPInst( in createExpression()