Home
last modified time | relevance | path

Searched refs:SraAmt (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4689 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in PerformDAGCombine() local
4691 if (SraAmt && Inner.hasOneUse() && Inner.getOpcode() == ISD::SHL) { in PerformDAGCombine()
4696 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra; in PerformDAGCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25574 unsigned SraAmt = ~0; in PerformOrCombine() local
25578 SraAmt = AmtConst->getZExtValue(); in PerformOrCombine()
25581 SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue(); in PerformOrCombine()
25583 if ((SraAmt + 1) != EltBits) in PerformOrCombine()