Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17506 if (auto *SHLC = dyn_cast<ConstantSDNode>(N->getOperand(1))) in isDesirableToCommuteWithShift() local
17507 return SRLC->getZExtValue() == SHLC->getZExtValue(); in isDesirableToCommuteWithShift()