Searched refs:SimpleValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp44 // SimpleValue
48 /// SimpleValue - Instances of this struct represent available values in the
50 struct SimpleValue { struct in namespace:__anon26276
53 SimpleValue(Instruction *I) : Inst(I) { function in struct:__anon26276::SimpleValue
76 template<> struct DenseMapInfo<SimpleValue> {
77 static inline SimpleValue getEmptyKey() {
80 static inline SimpleValue getTombstoneKey() {
83 static unsigned getHashValue(SimpleValue Val);
84 static bool isEqual(SimpleValue LHS, SimpleValue RH
[all...]
/external/llvm/unittests/Support/
H A DErrorOrTest.cpp22 TEST(ErrorOr, SimpleValue) {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py84 class SimpleValue(BaseConverter): class in inherits:BaseConverter
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py84 class SimpleValue(BaseConverter): class in inherits:BaseConverter
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):

Completed in 114 milliseconds