Searched defs:visitSIGN_EXTEND_INREG (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp192 SDValue visitSIGN_EXTEND_INREG(SDNode *N);
1082 case ISD::SIGN_EXTEND_INREG: return visitSIGN_EXTEND_INREG(N);
4734 SDValue DAGCombiner::visitSIGN_EXTEND_INREG(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp276 SDValue visitSIGN_EXTEND_INREG(SDNode *N);
1398 case ISD::SIGN_EXTEND_INREG: return visitSIGN_EXTEND_INREG(N);
6940 SDValue DAGCombiner::visitSIGN_EXTEND_INREG(SDNode *N) { function in class:DAGCombiner

Completed in 66 milliseconds