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