Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16208 int NumZExts = 0, NumSExts = 0; in shouldSinkOperands() local
16218 NumZExts++; in shouldSinkOperands()
16234 NumZExts++; in shouldSinkOperands()
16260 NumZExts++; in shouldSinkOperands()
16269 NumZExts++; in shouldSinkOperands()
16277 return !Ops.empty() && (NumSExts == 2 || NumZExts == 2); in shouldSinkOperands()