Searched refs:ExpandIntOp_BR_CC (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h348 SDValue ExpandIntOp_BR_CC(SDNode *N);
H A DLegalizeIntegerTypes.cpp2428 case ISD::BR_CC: Res = ExpandIntOp_BR_CC(N); break;
2568 SDValue DAGTypeLegalizer::ExpandIntOp_BR_CC(SDNode *N) { function in class:DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h374 SDValue ExpandIntOp_BR_CC(SDNode *N);
H A DLegalizeIntegerTypes.cpp2750 case ISD::BR_CC: Res = ExpandIntOp_BR_CC(N); break;
2937 SDValue DAGTypeLegalizer::ExpandIntOp_BR_CC(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 104 milliseconds