Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12104 bool AllAddOne = true; in foldVSelectOfConstants() local
12118 AllAddOne = false; in foldVSelectOfConstants()
12126 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
12129 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()