Searched refs:combineMul (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27595 static SDValue combineMul(SDNode *N, SelectionDAG &DAG, in combineMul() function 30959 case ISD::MUL: return combineMul(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 33865 static SDValue combineMul(SDNode *N, SelectionDAG &DAG, in combineMul() function 39648 case ISD::MUL: return combineMul(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|