Searched refs:CurrentV (Results 1 – 1 of 1) sorted by relevance
167 Value *&CurrentV = Out[Offset]; in applyMemSet() local168 if (!CurrentV) { in applyMemSet()169 CurrentV = C; in applyMemSet()171 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()196 Value *&CurrentV = Out[Offset]; in applyStore() local197 if (!CurrentV) { in applyStore()198 CurrentV = V; in applyStore()200 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()