Searched refs:ExpandBITCAST (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3577 /// ExpandBITCAST - If the target supports VFP, this function is called to
3582 static SDValue ExpandBITCAST(SDNode *N, SelectionDAG &DAG) { function
3592 "ExpandBITCAST called for non-i64 type");
5730 case ISD::BITCAST: return ExpandBITCAST(Op.getNode(), DAG);
5769 Res = ExpandBITCAST(N, DAG);

Completed in 136 milliseconds