Searched refs:getTypeToExpandTo (Results 1 – 2 of 2) sorted by relevance
1951 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()1974 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()1993 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()2120 TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_UADDSUBO()3317 EVT ExpandVT = TLI.getTypeToExpandTo(*DAG.getContext(), HiVT); in IntegerExpandSetCCOperands()
704 EVT getTypeToExpandTo(LLVMContext &Context, EVT VT) const { in getTypeToExpandTo() function