Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h391 SDValue PromoteIntOp_ADDSUBCARRY(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1536 case ISD::SUBCARRY: Res = PromoteIntOp_ADDSUBCARRY(N, OpNo); break; in PromoteIntegerOperand()
1955 SDValue DAGTypeLegalizer::PromoteIntOp_ADDSUBCARRY(SDNode *N, unsigned OpNo) { in PromoteIntOp_ADDSUBCARRY() function in DAGTypeLegalizer