Searched refs:InpVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1243 SDValue InpVal = Op.getOperand(0); local
1244 if (isa<ConstantSDNode>(InpVal)) {
1245 uint64_t V = cast<ConstantSDNode>(InpVal)->getZExtValue();
1248 SDValue PopOut = DAG.getNode(HexagonISD::POPCOUNT, dl, MVT::i32, InpVal);

Completed in 250 milliseconds