Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10793 bool AllAddOne = true; in foldVSelectOfConstants() local
10807 AllAddOne = false; in foldVSelectOfConstants()
10815 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
10818 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()