Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h513 SDValue ExpandIntOp_SETCCCARRY(SDNode *N);
H A DLegalizeIntegerTypes.cpp5271 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break; in ExpandIntegerOperand()
5515 SDValue DAGTypeLegalizer::ExpandIntOp_SETCCCARRY(SDNode *N) { in ExpandIntOp_SETCCCARRY() function in DAGTypeLegalizer