Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h357 SDValue PromoteIntRes_FLT_ROUNDS(SDNode *N);
H A DLegalizeIntegerTypes.cpp153 case ISD::FLT_ROUNDS_: Res = PromoteIntRes_FLT_ROUNDS(N); break; in PromoteIntegerResult()
726 SDValue DAGTypeLegalizer::PromoteIntRes_FLT_ROUNDS(SDNode *N) { in PromoteIntRes_FLT_ROUNDS() function in DAGTypeLegalizer