Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h560 SDValue SoftenFloatRes_ConstantFP(SDNode *N);
H A DLegalizeFloatTypes.cpp69 case ISD::ConstantFP: R = SoftenFloatRes_ConstantFP(N); break; in SoftenFloatResult()
252 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP() function in DAGTypeLegalizer