Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h254 SDValue PromoteIntRes_BITCAST(SDNode *N);
DLegalizeIntegerTypes.cpp55 case ISD::BITCAST: Res = PromoteIntRes_BITCAST(N); break; in PromoteIntegerResult()
244 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() function in DAGTypeLegalizer