Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48131 static SDValue combineBitOpWithShift(SDNode *N, SelectionDAG &DAG) { in combineBitOpWithShift() function
48634 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineAnd()
49394 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineOr()
51808 if (SDValue R = combineBitOpWithShift(N, DAG)) in combineXor()