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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1953 APInt CommonBit = BigValue & ~SmallValue; local
1954 assert((SmallValue | CommonBit) == BigValue &&
1955 CommonBit.countPopulation() == 1 && "Not a common bit?");
1962 DAG.getConstant(CommonBit, VT));

Completed in 61 milliseconds