Searched refs:InpVal (Results 1 – 1 of 1) sorted by relevance
1243 SDValue InpVal = Op.getOperand(0); in LowerCTPOP() local1244 if (isa<ConstantSDNode>(InpVal)) { in LowerCTPOP()1245 uint64_t V = cast<ConstantSDNode>(InpVal)->getZExtValue(); in LowerCTPOP()1248 SDValue PopOut = DAG.getNode(HexagonISD::POPCOUNT, dl, MVT::i32, InpVal); in LowerCTPOP()