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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp165 Value *&CurrentV = Out[Offset]; local
166 if (!CurrentV) {
167 CurrentV = C;
169 CurrentV = IRB.CreateOr(CurrentV, C);
194 Value *&CurrentV = Out[Offset]; local
195 if (!CurrentV) {
196 CurrentV = V;
198 CurrentV = IRB.CreateOr(CurrentV,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp953 Array CurrentV = serializeScalar<PackedVersion, std::string>( local
955 insertNonEmptyValues(Library, TBDKey::CurrentVersion, std::move(CurrentV));

Completed in 496 milliseconds