Searched refs:ShlCst (Results 1 – 3 of 3) sorted by relevance
1775 ConstantSDNode *ShlCst = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in Select() local1776 if (!Cst || !ShlCst) in Select()1780 uint64_t ShlVal = ShlCst->getZExtValue(); in Select()
2047 ConstantSDNode *ShlCst = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in Select() local2048 if (!Cst || !ShlCst) in Select()2052 uint64_t ShlVal = ShlCst->getZExtValue(); in Select()
2833 ConstantSDNode *ShlCst = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in Select() local2834 if (!Cst || !ShlCst) in Select()2838 uint64_t ShlVal = ShlCst->getZExtValue(); in Select()