Searched refs:CNShamt (Results 1 – 1 of 1) sorted by relevance
3366 ConstantSDNode *CNMask, *CNShamt; in performORCombine() local3371 MaskIdx == 0 && (CNShamt = dyn_cast<ConstantSDNode>(N1.getOperand(1))) && in performORCombine()3372 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()3373 Shamt = CNShamt->getZExtValue(); in performORCombine()3396 (CNShamt = dyn_cast<ConstantSDNode>(N1.getOperand(0).getOperand(1))) && in performORCombine()3397 CNShamt->getZExtValue() == MaskIdx) { in performORCombine()