Searched refs:CShift (Results 1 – 3 of 3) sorted by relevance
473 auto *CShift = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86varShift() local474 if (!CShift) in simplifyX86varShift()488 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift()
8283 if (auto *CShift = dyn_cast<ConstantSDNode>(LHS->getOperand(1))) { in performAndCombine() local8284 unsigned Shift = CShift->getZExtValue(); in performAndCombine()
4721 if (ConstantSDNode *CShift = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in visitANDLike() local4724 unsigned ShiftBits = CShift->getZExtValue(); in visitANDLike()