Searched refs:combineZext (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 30236 static SDValue combineZext(SDNode *N, SelectionDAG &DAG, in combineZext() function 30987 case ISD::ZERO_EXTEND: return combineZext(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 37984 static SDValue combineZext(SDNode *N, SelectionDAG &DAG, in combineZext() function 39677 case ISD::ZERO_EXTEND: return combineZext(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|