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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2714 uint32_t ActiveBits = N1C->getAPIntValue().getActiveBits(); local
2715 if (ActiveBits > 0 && APIntOps::isMask(ActiveBits, N1C->getAPIntValue())){
2716 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits);

Completed in 217 milliseconds