Searched refs:WhatToStore (Results 1 – 1 of 1) sorted by relevance
371 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local387 WhatToStore.push_back(Arg); in lowerPrintfForGpu()425 WhatToStore.push_back(ConstantInt::get(IntTy, IntVal)); in lowerPrintfForGpu()430 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()433 WhatToStore.push_back(Arg); in lowerPrintfForGpu()436 WhatToStore.push_back(Arg); in lowerPrintfForGpu()438 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()439 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()