Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7605 ConstantSDNode *ShiftAmt0 = isConstOrConstSplat(Shift0.getOperand(1)); in matchBSwapHWordOrAndAnd() local
7607 if (!ShiftAmt0 || !ShiftAmt1) in matchBSwapHWordOrAndAnd()
7609 if (ShiftAmt0->getAPIntValue() != 8 || ShiftAmt1->getAPIntValue() != 8) in matchBSwapHWordOrAndAnd()