Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp54 struct SimpleValue { struct
55 Instruction *Inst;
57 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
61 bool isSentinel() const { in isSentinel()
66 static bool canHandle(Instruction *Inst) { in canHandle()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DErrorOrTest.cpp22 TEST(ErrorOr, SimpleValue) { in TEST() argument