Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h372 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
H A DLegalizeIntegerTypes.cpp1775 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break; in PromoteIntegerOperand()
1976 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { in PromoteIntOp_ANY_EXTEND() function in DAGTypeLegalizer