Searched refs:CShift (Results 1 – 5 of 5) sorted by relevance
362 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86varShift() local363 if (!CShift) in simplifyX86varShift()377 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
427 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86varShift() local428 if (!CShift) in simplifyX86varShift()442 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
6402 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local6403 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
2966 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local2969 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()
3992 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local3995 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()