Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h320 SDValue PromoteIntRes_Constant(SDNode *N);
H A DLegalizeIntegerTypes.cpp65 case ISD::Constant: Res = PromoteIntRes_Constant(N); break; in PromoteIntegerResult()
537 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer