Searched refs:EVTToAPFloatSemantics (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp62 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) { function
100 (void) Val2.convert(*EVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven,
1049 apf.convert(*EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven,
2435 (void)V.convert(*EVTToAPFloatSemantics(VT),
3002 (void)V.convert(*EVTToAPFloatSemantics(VT),
H A DLegalizeIntegerTypes.cpp2759 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) { function
2779 const fltSemantics *sem = EVTToAPFloatSemantics(DstVT);

Completed in 49 milliseconds