Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1243 SDValue InpVal = Op.getOperand(0); in LowerCTPOP() local
1244 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()