Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11951 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local
11952 if (CommonBit.isPowerOf2()) { in lowerWorkItem()
11958 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()