Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:clhs

2234     if (ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(Op.getOperand(0))) {
2238 if (CLHS->getAPIntValue().isNonNegative()) {
2239 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros();
2248 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros();
2504 if (ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(Op.getOperand(0)))
2505 if (CLHS->isNullValue()) {