Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47574 static SDValue combineBitOpWithShift(SDNode *N, SelectionDAG &DAG) { in combineBitOpWithShift() function
47917 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineAnd()
48431 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineOr()
50913 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineXor()