Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h366 SDValue PromoteIntOp_BRCOND(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1488 case ISD::BRCOND: Res = PromoteIntOp_BRCOND(N, OpNo); break; in PromoteIntegerOperand()
1666 SDValue DAGTypeLegalizer::PromoteIntOp_BRCOND(SDNode *N, unsigned OpNo) { in PromoteIntOp_BRCOND() function in DAGTypeLegalizer