Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h379 SDValue ExpandIntOp_SELECT_CC(SDNode *N);
DLegalizeIntegerTypes.cpp2664 case ISD::SELECT_CC: Res = ExpandIntOp_SELECT_CC(N); break; in ExpandIntegerOperand()
2864 SDValue DAGTypeLegalizer::ExpandIntOp_SELECT_CC(SDNode *N) { in ExpandIntOp_SELECT_CC() function in DAGTypeLegalizer