Searched defs:EVTToAPFloatSemantics (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1197 static const fltSemantics &EVTToAPFloatSemantics(EVT VT) { function in class:llvm::SelectionDAG
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2741 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) { function
2761 const fltSemantics *sem = EVTToAPFloatSemantics(DstVT);
H A DSelectionDAG.cpp63 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) { function
100 (void) Val2.convert(*EVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven,
1031 apf.convert(*EVTToAPFloatSemantics(EltVT), APFloat::rmNearestTiesToEven,
2448 (void)V.convert(*EVTToAPFloatSemantics(VT),

Completed in 253 milliseconds