Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8136 const APInt &SmallValue = Small.Low->getValue(); in lowerWorkItem() local
8140 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem()
8149 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()