Home
last modified time | relevance | path

Searched refs:Was (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DTrigramIndex.cpp31 std::set<unsigned> Was; in insert() local
71 if (!Was.count(Tri)) { in insert()
74 Was.insert(Tri); in insert()
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dverify-regops.mir29 …; Was: %1:gr32 = XOR32rm %0, %fixed-stack.1, 1, $noreg, 0, $noreg, implicit-def dead $eflags :: (l…
31 ; Was: %2:gr32 = OR32ri %1, -256, implicit-def dead $eflags
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dshift-recurrences.ll442 ; Was pr49856. We can match the recurrence without a loop
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsmul-with-overflow.ll169 ; Was returning false, should return true (not constant folded yet though).