Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9881 bool AllAddOne = true; in foldVSelectOfConstants() local
9895 AllAddOne = false; in foldVSelectOfConstants()
9903 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
9906 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()