Searched refs:ShAmt1C (Results 1 – 2 of 2) sorted by relevance
13518 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) { in PerformOrCombine() local13521 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits) in PerformOrCombine()
35185 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) { in combineOr() local35187 if (ShAmt0C && (ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue()) == Bits) in combineOr()