Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h231 SDValue PromoteIntRes_Constant(SDNode *N);
DLegalizeIntegerTypes.cpp57 case ISD::Constant: Res = PromoteIntRes_Constant(N); break; in PromoteIntegerResult()
283 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h252 SDValue PromoteIntRes_Constant(SDNode *N);
DLegalizeIntegerTypes.cpp59 case ISD::Constant: Res = PromoteIntRes_Constant(N); break; in PromoteIntegerResult()
347 SDValue DAGTypeLegalizer::PromoteIntRes_Constant(SDNode *N) { in PromoteIntRes_Constant() function in DAGTypeLegalizer