Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13952 int NumZExts = 0, NumSExts = 0; in shouldSinkOperands() local
13959 NumSExts++; in shouldSinkOperands()
13976 NumSExts++; in shouldSinkOperands()
14002 NumSExts++; in shouldSinkOperands()
14021 return !Ops.empty() && (NumSExts == 2 || NumZExts == 2); in shouldSinkOperands()