Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h315 SDValue PromoteIntRes_Constant(SDNode *N);
H A DLegalizeIntegerTypes.cpp62 case ISD::Constant: Res = PromoteIntRes_Constant(N); break; in PromoteIntegerResult()
510 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer