Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp93 struct SimpleValue { struct
96 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
94 Inst__anon84efd1fe0111::SimpleValue global() argument
100 isSentinel__anon84efd1fe0111::SimpleValue isSentinel() argument
105 canHandle__anon84efd1fe0111::SimpleValue canHandle() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DErrorOrTest.cpp21 TEST(ErrorOr, SimpleValue) { in TEST() argument