Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9795 bool AllAddOne = true; in foldVSelectOfConstants() local
9809 AllAddOne = false; in foldVSelectOfConstants()
9817 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
9820 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()