Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp125 SDValue PromoteFP_TO_INT(SDValue Op, bool isSigned);
394 return PromoteFP_TO_INT(Op, Op->getOpcode() == ISD::FP_TO_SINT); in Promote()
468 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT() function in __anon741ec2090111::VectorLegalizer