Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h308 SDValue PromoteIntOp_SIGN_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp895 case ISD::SIGN_EXTEND: Res = PromoteIntOp_SIGN_EXTEND(N); break; in PromoteIntegerOperand()
1150 SDValue DAGTypeLegalizer::PromoteIntOp_SIGN_EXTEND(SDNode *N) { in PromoteIntOp_SIGN_EXTEND() function in DAGTypeLegalizer