Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h126 Value *SimplifyGEPInst(ArrayRef<Value *> Ops,
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h232 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
/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()