Searched refs:combineOr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28415 static SDValue combineOr(SDNode *N, SelectionDAG &DAG, in combineOr() function 30964 case ISD::OR: return combineOr(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 35098 static SDValue combineOr(SDNode *N, SelectionDAG &DAG, in combineOr() function 39653 case ISD::OR: return combineOr(N, DAG, DCI, Subtarget); in PerformDAGCombine()
|