Searched refs:SymbolicallyEvaluateGEP (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 578 static Constant *SymbolicallyEvaluateGEP(ArrayRef<Constant *> Ops, in SymbolicallyEvaluateGEP() function 893 if (Constant *C = SymbolicallyEvaluateGEP(Ops, DestTy, TD)) in ConstantFoldInstOperands()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 743 Constant *SymbolicallyEvaluateGEP(const GEPOperator *GEP, in SymbolicallyEvaluateGEP() function 936 if (Constant *C = SymbolicallyEvaluateGEP(GEP, Ops, DL, TLI)) in ConstantFoldInstOperandsImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 790 Constant *SymbolicallyEvaluateGEP(const GEPOperator *GEP, in SymbolicallyEvaluateGEP() function 1007 if (Constant *C = SymbolicallyEvaluateGEP(GEP, Ops, DL, TLI)) in ConstantFoldInstOperandsImpl()
|