Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RetVT

69 /// result of type RetVT.
71 RTLIB::Libcall LC, EVT RetVT,
87 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
184 EVT RetVT = getCmpLibcallReturnType();
186 NewLHS = makeLibCall(DAG, LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
187 NewRHS = DAG.getConstant(0, RetVT);
191 getSetCCResultType(*DAG.getContext(), RetVT),
193 NewLHS = makeLibCall(DAG, LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
195 getSetCCResultType(*DAG.getContext(), RetVT), NewLHS,