Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h258 SDValue PromoteIntRes_Constant(SDNode *N);
DLegalizeIntegerTypes.cpp59 case ISD::Constant: Res = PromoteIntRes_Constant(N); break; in PromoteIntegerResult()
342 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer