Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h380 SDValue PromoteIntOp_STRICT_SINT_TO_FP(SDNode *N);
H A DLegalizeIntegerTypes.cpp1505 case ISD::STRICT_SINT_TO_FP: Res = PromoteIntOp_STRICT_SINT_TO_FP(N); break; in PromoteIntegerOperand()
1812 SDValue DAGTypeLegalizer::PromoteIntOp_STRICT_SINT_TO_FP(SDNode *N) { in PromoteIntOp_STRICT_SINT_TO_FP() function in DAGTypeLegalizer