HomeSort by relevance Sort by last modified time
    Searched defs:UIntPairVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 36 struct IntPair UIntPairVal;
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
GenericValue.h 31 struct { unsigned int first; unsigned int second; } UIntPairVal;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
GenericValue.h 33 struct IntPair UIntPairVal;
44 UIntPairVal.first = 0;
45 UIntPairVal.second = 0;

Completed in 62 milliseconds