Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h357 SDValue ExpandIntOp_BR_CC(SDNode *N);
DLegalizeIntegerTypes.cpp2517 case ISD::BR_CC: Res = ExpandIntOp_BR_CC(N); break; in ExpandIntegerOperand()
2662 SDValue DAGTypeLegalizer::ExpandIntOp_BR_CC(SDNode *N) { in ExpandIntOp_BR_CC() function in DAGTypeLegalizer