Home
last modified time | relevance | path

Searched refs:splitAddExpr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3831 static std::pair<const SCEV *, ConstantInt *> splitAddExpr(const SCEV *S) { in splitAddExpr() function
3877 std::tie(Stripped, Offset) = splitAddExpr(S); in eraseValueFromMap()
3924 std::tie(Stripped, Offset) = splitAddExpr(S); in getSCEV()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3792 static std::pair<const SCEV *, ConstantInt *> splitAddExpr(const SCEV *S) { in splitAddExpr() function
3838 std::tie(Stripped, Offset) = splitAddExpr(S); in eraseValueFromMap()
3885 std::tie(Stripped, Offset) = splitAddExpr(S); in getSCEV()