Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp161 Value *&CurrentV = Out[Offset]; in applyMemSet() local
162 if (!CurrentV) { in applyMemSet()
163 CurrentV = C; in applyMemSet()
165 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
190 Value *&CurrentV = Out[Offset]; in applyStore() local
191 if (!CurrentV) { in applyStore()
192 CurrentV = V; in applyStore()
194 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()