Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11948 const APInt &BigValue = Big.Low->getValue(); in lowerWorkItem() local
11951 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem()
11960 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()