Searched defs:ScalarEvolutionExpanderTest (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | ScalarEvolutionExpanderTest.cpp | 34 class ScalarEvolutionExpanderTest : public testing::Test { class 45 ScalarEvolutionExpanderTest() : M("", Context), TLII(), TLI(TLII) {} in ScalarEvolutionExpanderTest() function in llvm::ScalarEvolutionExpanderTest 71 TEST_F(ScalarEvolutionExpanderTest, ExpandPtrTypeSCEV) { in TEST_F() argument 125 TEST_F(ScalarEvolutionExpanderTest,SCEVZeroExtendExprNonIntegral) TEST_F() argument 203 TEST_F(ScalarEvolutionExpanderTest,SCEVExpanderIsSafeToExpandAt) TEST_F() argument 279 TEST_F(ScalarEvolutionExpanderTest,SCEVExpanderNUW) TEST_F() argument 331 TEST_F(ScalarEvolutionExpanderTest,SCEVExpanderNSW) TEST_F() argument 383 TEST_F(ScalarEvolutionExpanderTest,SCEVCacheNUW) TEST_F() argument 434 TEST_F(ScalarEvolutionExpanderTest,SCEVCacheNSW) TEST_F() argument 483 TEST_F(ScalarEvolutionExpanderTest,SCEVExpandInsertCanonicalIV) TEST_F() argument 683 TEST_F(ScalarEvolutionExpanderTest,SCEVExpanderShlNSW) TEST_F() argument 728 TEST_F(ScalarEvolutionExpanderTest,SCEVExpandNonAffineAddRec) TEST_F() argument 911 TEST_F(ScalarEvolutionExpanderTest,ExpandNonIntegralPtrWithNullBase) TEST_F() argument [all...] |