Lines Matching refs:RetVT
146 /// result of type RetVT.
148 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT,
180 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
182 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt);
405 EVT RetVT = getCmpLibcallReturnType();
410 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true);
411 auto Call = makeLibCall(DAG, LC1, RetVT, Ops, CallOptions, dl, Chain);
413 NewRHS = DAG.getConstant(0, dl, RetVT);
417 assert(RetVT.isInteger());
418 CCCode = getSetCCInverse(CCCode, RetVT);
426 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT);
428 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain);
431 CCCode = getSetCCInverse(CCCode, RetVT);