Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11251 bool AllAddOne = true; in foldVSelectOfConstants() local
11265 AllAddOne = false; in foldVSelectOfConstants()
11273 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
11276 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()