Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10776 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local
10777 if (CommonBit.isPowerOf2()) { in lowerWorkItem()
10783 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()