Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h312 SDValue PromoteIntOp_UINT_TO_FP(SDNode *N);
DLegalizeIntegerTypes.cpp909 case ISD::UINT_TO_FP: Res = PromoteIntOp_UINT_TO_FP(N); break; in PromoteIntegerOperand()
1256 SDValue DAGTypeLegalizer::PromoteIntOp_UINT_TO_FP(SDNode *N) { in PromoteIntOp_UINT_TO_FP() function in DAGTypeLegalizer