Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11358 static bool shouldConvertSelectOfConstantsToMath(const SDValue &Cond, EVT VT, in shouldConvertSelectOfConstantsToMath() function
11449 if (!shouldConvertSelectOfConstantsToMath(Cond, VT, TLI)) in foldSelectOfConstants()
12213 !shouldConvertSelectOfConstantsToMath(Cond, VT, TLI) || in foldVSelectOfConstants()
13549 if (!VT.isVector() && !shouldConvertSelectOfConstantsToMath(N0, VT, TLI)) { in foldSextSetcc()