Searched refs:WhatToStore (Results 1 – 1 of 1) sorted by relevance
397 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local417 WhatToStore.push_back(Arg); in lowerPrintfForGpu()450 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()456 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()463 WhatToStore.push_back(Arg); in lowerPrintfForGpu()509 WhatToStore.push_back(Arg); in lowerPrintfForGpu()511 WhatToStore.push_back(Arg); in lowerPrintfForGpu()513 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()514 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()