Home
last modified time | relevance | path

Searched refs:combineBitOpWithShift (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48848 static SDValue combineBitOpWithShift(SDNode *N, SelectionDAG &DAG) { in combineBitOpWithShift() function
49212 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineAnd()
49729 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineOr()
52236 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineXor()