Home | History | Annotate | Download | only in ARM

Lines Matching refs:ExpandBITCAST

4450 /// ExpandBITCAST - If the target supports VFP, this function is called to
4455 static SDValue ExpandBITCAST(SDNode *N, SelectionDAG &DAG) {
4465 "ExpandBITCAST called for non-i64 type");
7176 case ISD::BITCAST: return ExpandBITCAST(Op.getNode(), DAG);
7243 Res = ExpandBITCAST(N, DAG);