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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4187 /// ExpandBITCAST - If the target supports VFP, this function is called to
4192 static SDValue ExpandBITCAST(SDNode *N, SelectionDAG &DAG) { function
4202 "ExpandBITCAST called for non-i64 type");
6856 case ISD::BITCAST: return ExpandBITCAST(Op.getNode(), DAG);
6916 Res = ExpandBITCAST(N, DAG);

Completed in 111 milliseconds