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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp135 bool UseHigh = false; local
138 Info = UseHigh ? CCValAssign::AExtUpper : CCValAssign::ZExt;
141 UseHigh = !UseHigh;
142 if (!UseHigh)

Completed in 80 milliseconds