Searched refs:toStore (Results 1 – 2 of 2) sorted by relevance
64 Value toStore = map.lookupOrDefault(operand.get()); in inlineRegionAndEmitStore() local65 b.create<StoreOpTy>(loc, toStore, outputBuffers[operand.getOperandNumber()], in inlineRegionAndEmitStore()
36 %toStore = phi i32 [ %srcVal, %entry ], [ %res, %then ]37 store i32 %toStore, i32* %dst