Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13738 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N)) in visitSIGN_EXTEND() local
13739 return NewVSel; in visitSIGN_EXTEND()
14145 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N)) in visitZERO_EXTEND() local
14146 return NewVSel; in visitZERO_EXTEND()
15198 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N)) in visitTRUNCATE() local
15199 return NewVSel; in visitTRUNCATE()
17956 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N)) in visitFP_ROUND() local
17957 return NewVSel; in visitFP_ROUND()
18013 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N)) in visitFP_EXTEND() local
18014 return NewVSel; in visitFP_EXTEND()