Searched refs:WhatToStore (Results 1 – 1 of 1) sorted by relevance
398 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local418 WhatToStore.push_back(Arg); in lowerPrintfForGpu()451 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()457 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()464 WhatToStore.push_back(Arg); in lowerPrintfForGpu()510 WhatToStore.push_back(Arg); in lowerPrintfForGpu()512 WhatToStore.push_back(Arg); in lowerPrintfForGpu()514 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()515 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()