Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7679 bool AllAddOne = true; in foldVSelectOfConstants() local
7691 AllAddOne = false; in foldVSelectOfConstants()
7699 if (AllAddOne || AllSubOne) { in foldVSelectOfConstants()
7702 auto ExtendOpcode = AllAddOne ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND; in foldVSelectOfConstants()