Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8777 SDValue ExtTrueVal = (SetCCWidth == 1) in visitSIGN_EXTEND() local
8782 SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in visitSIGN_EXTEND()
8794 return DAG.getSelect(DL, VT, SetCC, ExtTrueVal, Zero); in visitSIGN_EXTEND()