Home
last modified time | relevance | path

Searched refs:SoftenFloatRes_ConstantFP (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h523 SDValue SoftenFloatRes_ConstantFP(SDNode *N);
DLegalizeFloatTypes.cpp67 case ISD::ConstantFP: R = SoftenFloatRes_ConstantFP(N); break; in SoftenFloatResult()
224 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP() function in DAGTypeLegalizer