Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h367 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
H A DLegalizeIntegerTypes.cpp1627 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break; in PromoteIntegerOperand()
1823 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { in PromoteIntOp_ANY_EXTEND() function in DAGTypeLegalizer