Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14950 if (auto *SHLC = dyn_cast<ConstantSDNode>(N->getOperand(1))) in isDesirableToCommuteWithShift() local
14951 return SRLC->getZExtValue() == SHLC->getZExtValue(); in isDesirableToCommuteWithShift()