Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3604 auto ptrAsInt = llvm::ConstantInt::get(llvm::Type::getInt64Ty(*jit->context), reinterpret_cast<uintptr_t>(ptr)); in ConstantPointer() local
3605 return RValue<Pointer<Byte>>(V(jit->builder->CreateIntToPtr(ptrAsInt, T(Pointer<Byte>::type())))); in ConstantPointer()

Completed in 8 milliseconds