Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h247 SDValue PromoteIntRes_LOAD(LoadSDNode *N);
DLegalizeIntegerTypes.cpp68 case ISD::LOAD: Res = PromoteIntRes_LOAD(cast<LoadSDNode>(N));break; in PromoteIntegerResult()
453 SDValue DAGTypeLegalizer::PromoteIntRes_LOAD(LoadSDNode *N) { in PromoteIntRes_LOAD() function in DAGTypeLegalizer