Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h350 SDValue PromoteIntRes_SETCC(SDNode *N);
H A DLegalizeIntegerTypes.cpp102 case ISD::SETCC: Res = PromoteIntRes_SETCC(N); break; in PromoteIntegerResult()
1334 SDValue DAGTypeLegalizer::PromoteIntRes_SETCC(SDNode *N) { in PromoteIntRes_SETCC() function in DAGTypeLegalizer