Home
last modified time | relevance | path

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

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