Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h410 SDValue PromoteIntOp_ZERO_EXTEND(SDNode *N);
H A DLegalizeIntegerTypes.cpp1968 case ISD::ZERO_EXTEND: Res = PromoteIntOp_ZERO_EXTEND(N); break; in PromoteIntegerOperand()
2491 SDValue DAGTypeLegalizer::PromoteIntOp_ZERO_EXTEND(SDNode *N) { in PromoteIntOp_ZERO_EXTEND() function in DAGTypeLegalizer