Searched refs:ShAmt0C (Results 1 – 2 of 2) sorted by relevance
13519 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0); in PerformOrCombine() local13520 if (ShAmt0C && in PerformOrCombine()13521 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits) in PerformOrCombine()
35186 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0); in combineOr() local35187 if (ShAmt0C && (ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue()) == Bits) in combineOr()