/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 126 Value *SimplifyGEPInst(ArrayRef<Value *> Ops,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 157 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 232 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 65 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/ |
D | PHITransAddr.cpp | 231 if (Value *V = SimplifyGEPInst(GEPOps, TD, DT)) { in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 2236 Value *llvm::SimplifyGEPInst(ArrayRef<Value *> Ops, in SimplifyGEPInst() function in llvm 2501 Result = SimplifyGEPInst(Ops, TD, DT); in SimplifyInstruction()
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 232 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
|
D | InstructionSimplify.cpp | 3514 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/ |
D | InstructionCombining.cpp | 802 if (Value *V = SimplifyGEPInst(Ops, TD)) in visitGetElementPtrInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1333 if (Value *V = SimplifyGEPInst(GEP.getSourceElementType(), Ops, DL, TLI, DT, AC)) in visitGetElementPtrInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1443 if (Value *V = SimplifyGEPInst(GEPEltType, Ops, SQ.getWithInstruction(&GEP))) in visitGetElementPtrInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 1173 Value *V = SimplifyGEPInst( in createExpression()
|