Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h323 SDValue PromoteIntRes_BITCAST(SDNode *N);
H A DLegalizeIntegerTypes.cpp61 case ISD::BITCAST: Res = PromoteIntRes_BITCAST(N); break; in PromoteIntegerResult()
462 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() function in DAGTypeLegalizer