Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h313 SDValue PromoteIntOp_ZERO_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp910 case ISD::ZERO_EXTEND: Res = PromoteIntOp_ZERO_EXTEND(N); break; in PromoteIntegerOperand()
1261 SDValue DAGTypeLegalizer::PromoteIntOp_ZERO_EXTEND(SDNode *N) { in PromoteIntOp_ZERO_EXTEND() function in DAGTypeLegalizer