Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8140 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local
8141 if (CommonBit.isPowerOf2()) { in lowerWorkItem()
8147 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()