Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h496 SDValue ExpandIntOp_SETCC(SDNode *N);
H A DLegalizeIntegerTypes.cpp5106 case ISD::SETCC: Res = ExpandIntOp_SETCC(N); break; in ExpandIntegerOperand()
5331 SDValue DAGTypeLegalizer::ExpandIntOp_SETCC(SDNode *N) { in ExpandIntOp_SETCC() function in DAGTypeLegalizer