Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
544 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer