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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1975 APInt CommonBit = BigValue & ~SmallValue; local
1976 assert((SmallValue | CommonBit) == BigValue &&
1977 CommonBit.countPopulation() == 1 && "Not a common bit?");
1984 DAG.getConstant(CommonBit, VT));

Completed in 153 milliseconds