Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h387 SDValue PromoteIntOp_SETCC(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1797 case ISD::SETCC: Res = PromoteIntOp_SETCC(N, OpNo); break; in PromoteIntegerOperand()
2117 SDValue DAGTypeLegalizer::PromoteIntOp_SETCC(SDNode *N, unsigned OpNo) { in PromoteIntOp_SETCC() function in DAGTypeLegalizer