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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h353 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
H A DLegalizeIntegerTypes.cpp1350 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break;
1499 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 115 milliseconds