Searched refs:visitZERO_EXTEND (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp190 SDValue visitZERO_EXTEND(SDNode *N);
1080 case ISD::ZERO_EXTEND: return visitZERO_EXTEND(N);
4165 SDValue DAGCombiner::visitZERO_EXTEND(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp274 SDValue visitZERO_EXTEND(SDNode *N);
435 /// This is a helper function for visitAND and visitZERO_EXTEND. Returns
1396 case ISD::ZERO_EXTEND: return visitZERO_EXTEND(N);
6273 SDValue DAGCombiner::visitZERO_EXTEND(SDNode *N) { function in class:DAGCombiner

Completed in 163 milliseconds