Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6392 APInt SRLC = SRLI->getAPIntValue(); in visitANDLike() local
6393 if (ADDC.getSignificantBits() <= 64 && SRLC.ult(VT.getSizeInBits()) && in visitANDLike()
6396 SRLC.getZExtValue()); in visitANDLike()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17507 if (auto *SRLC = dyn_cast<ConstantSDNode>(AndLHS.getOperand(1))) { in isDesirableToCommuteWithShift() local
17510 return SRLC->getZExtValue() == SHLC->getZExtValue(); in isDesirableToCommuteWithShift()