Home
last modified time | relevance | path

Searched refs:matchURem (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp67 static bool matchURem(ScalarEvolution &SE, const SCEV *Expr, const SCEV *&LHS, in matchURem() function in llvm::ScalarEvolutionsTest
69 return SE.matchURem(Expr, LHS, RHS); in matchURem()
1398 EXPECT_TRUE(matchURem(SE, S, LHS, RHS)); in TEST_F()
1411 EXPECT_TRUE(matchURem(SE, S, LHS, RHS)); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1880 bool matchURem(const SCEV *Expr, const SCEV *&LHS, const SCEV *&RHS);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h2025 bool matchURem(const SCEV *Expr, const SCEV *&LHS, const SCEV *&RHS);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1859 if (matchURem(Op, LHS, RHS)) in getZeroExtendExpr()
12583 bool ScalarEvolution::matchURem(const SCEV *Expr, const SCEV *&LHS, in matchURem() function in ScalarEvolution
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp1740 if (matchURem(Op, LHS, RHS)) in getZeroExtendExpr()
13127 bool ScalarEvolution::matchURem(const SCEV *Expr, const SCEV *&LHS, in matchURem() function in ScalarEvolution