Home
last modified time | relevance | path

Searched refs:CurrentV (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp159 Value *&CurrentV = Out[Offset]; in applyMemSet() local
160 if (!CurrentV) { in applyMemSet()
161 CurrentV = C; in applyMemSet()
163 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
188 Value *&CurrentV = Out[Offset]; in applyStore() local
189 if (!CurrentV) { in applyStore()
190 CurrentV = V; in applyStore()
192 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()