Home
last modified time | relevance | path

Searched refs:HandleRef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp588 llvm::Value *HandleRef = Builder.CreateStructGEP(GV->getValueType(), GV, 0); in initializeBuffer() local
589 Builder.CreateAlignedStore(CreateHandle, HandleRef, in initializeBuffer()
590 HandleRef->getPointerAlignment(DL)); in initializeBuffer()