Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h317 SDValue PromoteIntRes_Constant(SDNode *N);
H A DLegalizeIntegerTypes.cpp63 case ISD::Constant: Res = PromoteIntRes_Constant(N); break; in PromoteIntegerResult()
391 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer