Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12221 bool AllAddOne = true; in foldVSelectOfConstants() local
12230 AllAddOne = false; in foldVSelectOfConstants()
12238 AllAddOne = false; in foldVSelectOfConstants()
12246 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
12249 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()