Home
last modified time | relevance | path

Searched defs:SimpleValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp92 struct SimpleValue { struct
93 Instruction *Inst;
95 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
99 bool isSentinel() const { in isSentinel()
104 static bool canHandle(Instruction *Inst) { in canHandle()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorOrTest.cpp21 TEST(ErrorOr, SimpleValue) { in TEST() argument