Searched refs:TheBtCast (Results 1 – 1 of 1) sorted by relevance
439 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu() local440 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()