Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h515 SDValue ExpandIntOp_CMP(SDNode *N);
H A DLegalizeIntegerTypes.cpp5288 case ISD::UCMP: Res = ExpandIntOp_CMP(N); break; in ExpandIntegerOperand()
5551 SDValue DAGTypeLegalizer::ExpandIntOp_CMP(SDNode *N) { in ExpandIntOp_CMP() function in DAGTypeLegalizer