Searched refs:WhatToStore (Results 1 – 2 of 2) sorted by relevance
341 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local357 WhatToStore.push_back(Arg); in lowerPrintfForGpu()395 WhatToStore.push_back(ConstantInt::get(IntTy, IntVal)); in lowerPrintfForGpu()400 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()403 WhatToStore.push_back(Arg); in lowerPrintfForGpu()406 WhatToStore.push_back(Arg); in lowerPrintfForGpu()408 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()409 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()
311 SmallVectorImpl<Value *> &WhatToStore) { in processConstantStringArg() argument345 WhatToStore.push_back(ConstantInt::get(IntTy, IntVal)); in processConstantStringArg()350 WhatToStore.push_back(ConstantInt::get(Builder.getInt32Ty(), 0)); in processConstantStringArg()382 SmallVector<Value *, 32> WhatToStore; in callBufferedPrintfArgPush() local385 processConstantStringArg(StrIt, Builder, WhatToStore); in callBufferedPrintfArgPush()408 WhatToStore.push_back(processNonStringArg(Args[i], Builder)); in callBufferedPrintfArgPush()411 for (Value *toStore : WhatToStore) { in callBufferedPrintfArgPush()