Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7907 bool AllAddOne = true; in foldVSelectOfConstants() local
7919 AllAddOne = false; in foldVSelectOfConstants()
7927 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
7930 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()