Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp50 struct SimpleValue { struct
51 Instruction *Inst;
53 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
57 bool isSentinel() const { in isSentinel()
62 static bool canHandle(Instruction *Inst) { in canHandle()
/external/llvm/unittests/Support/
DErrorOrTest.cpp22 TEST(ErrorOr, SimpleValue) { in TEST() argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py84 class SimpleValue(BaseConverter): class