Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h376 SDValue PromoteIntOp_BR_CC(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1780 case ISD::BR_CC: Res = PromoteIntOp_BR_CC(N, OpNo); break; in PromoteIntegerOperand()
1993 SDValue DAGTypeLegalizer::PromoteIntOp_BR_CC(SDNode *N, unsigned OpNo) { in PromoteIntOp_BR_CC() function in DAGTypeLegalizer