HomeSort by relevance Sort by last modified time
    Searched refs:SimpleValue (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 40 // SimpleValue
44 /// SimpleValue - Instances of this struct represent available values in the
46 struct SimpleValue {
49 SimpleValue(Instruction *I) : Inst(I) {
72 // SimpleValue is POD.
73 template<> struct isPodLike<SimpleValue> {
77 template<> struct DenseMapInfo<SimpleValue> {
78 static inline SimpleValue getEmptyKey() {
81 static inline SimpleValue getTombstoneKey() {
84 static unsigned getHashValue(SimpleValue Val)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 49 // SimpleValue
54 struct SimpleValue {
57 SimpleValue(Instruction *I) : Inst(I) {
80 template <> struct DenseMapInfo<SimpleValue> {
81 static inline SimpleValue getEmptyKey() {
84 static inline SimpleValue getTombstoneKey() {
87 static unsigned getHashValue(SimpleValue Val);
88 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
92 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 84 class SimpleValue(BaseConverter):
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 22 TEST(ErrorOr, SimpleValue) {
  /frameworks/av/media/libstagefright/codec2/include/
C2ParamDef.h 671 DEFINE_C2STRUCT_NO_BASE(SimpleValue)
773 DEFINE_C2STRUCT_NO_BASE(SimpleValue)
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 925 milliseconds