Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp439 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu() local
440 unsigned ArgSize = TD->getTypeAllocSize(TheBtCast->getType()); in lowerPrintfForGpu()
444 Type *ArgPointer = PointerType::get(TheBtCast->getType(), 1); in lowerPrintfForGpu()
447 StoreInst *StBuff = new StoreInst(TheBtCast, CastedGEP, Brnch); in lowerPrintfForGpu()