Searched refs:matchURem (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 67 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/ |
D | ScalarEvolution.h | 1880 bool matchURem(const SCEV *Expr, const SCEV *&LHS, const SCEV *&RHS);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2025 bool matchURem(const SCEV *Expr, const SCEV *&LHS, const SCEV *&RHS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1859 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/ |
D | ScalarEvolution.cpp | 1740 if (matchURem(Op, LHS, RHS)) in getZeroExtendExpr() 13127 bool ScalarEvolution::matchURem(const SCEV *Expr, const SCEV *&LHS, in matchURem() function in ScalarEvolution
|