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

  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 35 PointerTy PointerVal;
47 explicit GenericValue(void *V) : PointerVal(V), IntVal(1,0) { }
51 inline void* GVTOP(const GenericValue &GV) { return GV.PointerVal; }
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
GenericValue.h 30 PointerTy PointerVal;
37 explicit GenericValue(void *V) : PointerVal(V), IntVal(1,0) { }
41 inline void* GVTOP(const GenericValue &GV) { return GV.PointerVal; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
GenericValue.h 32 PointerTy PointerVal;
47 explicit GenericValue(void *V) : PointerVal(V), IntVal(1, 0) {}
51 inline void *GVTOP(const GenericValue &GV) { return GV.PointerVal; }

Completed in 113 milliseconds