Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11773 EVT WideSetCCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), in expandRoundInexactToOdd() local
11777 DAG.getSetCC(dl, WideSetCCVT, Op, NarrowAsWide, ISD::SETUEQ); in expandRoundInexactToOdd()
11778 KeepNarrow = DAG.getNode(ISD::OR, dl, WideSetCCVT, KeepNarrow, AlreadyOdd); in expandRoundInexactToOdd()
11784 DAG.getSetCC(dl, WideSetCCVT, AbsWide, AbsNarrowAsWide, ISD::SETOGT); in expandRoundInexactToOdd()
H A DDAGCombiner.cpp13280 EVT WideSetCCVT = getSetCCResultType(WideVT); in visitVSELECT() local
13281 SDValue WideSetCC = DAG.getSetCC(DL, WideSetCCVT, WideLHS, WideRHS, CC); in visitVSELECT()