Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h309 SDValue PromoteIntOp_SINT_TO_FP(SDNode *N);
DLegalizeIntegerTypes.cpp896 case ISD::SINT_TO_FP: Res = PromoteIntOp_SINT_TO_FP(N); break; in PromoteIntegerOperand()
1158 SDValue DAGTypeLegalizer::PromoteIntOp_SINT_TO_FP(SDNode *N) { in PromoteIntOp_SINT_TO_FP() function in DAGTypeLegalizer