Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp167 Value *&CurrentV = Out[Offset]; in applyMemSet() local
168 if (!CurrentV) { in applyMemSet()
169 CurrentV = C; in applyMemSet()
171 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
196 Value *&CurrentV = Out[Offset]; in applyStore() local
197 if (!CurrentV) { in applyStore()
198 CurrentV = V; in applyStore()
200 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()