Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1206 SDValue InpVal = Op.getOperand(0); in LowerCTPOP() local
1207 if (isa<ConstantSDNode>(InpVal)) { in LowerCTPOP()
1208 uint64_t V = cast<ConstantSDNode>(InpVal)->getZExtValue(); in LowerCTPOP()
1211 SDValue PopOut = DAG.getNode(HexagonISD::POPCOUNT, dl, MVT::i32, InpVal); in LowerCTPOP()