Home
last modified time | relevance | path

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

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