Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13952 int NumZExts = 0, NumSExts = 0; in shouldSinkOperands() local
13962 NumZExts++; in shouldSinkOperands()
13978 NumZExts++; in shouldSinkOperands()
14004 NumZExts++; in shouldSinkOperands()
14013 NumZExts++; in shouldSinkOperands()
14021 return !Ops.empty() && (NumSExts == 2 || NumZExts == 2); in shouldSinkOperands()