Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10511 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local
10512 if (CommonBit.isPowerOf2()) { in lowerWorkItem()
10518 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()