Searched refs:CurrentV (Results 1 – 1 of 1) sorted by relevance
159 Value *&CurrentV = Out[Offset]; in applyMemSet() local160 if (!CurrentV) { in applyMemSet()161 CurrentV = C; in applyMemSet()163 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()188 Value *&CurrentV = Out[Offset]; in applyStore() local189 if (!CurrentV) { in applyStore()190 CurrentV = V; in applyStore()192 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()