Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47591 unsigned BCOpc = BC0.getOpcode(); in combineBitOpWithShift() local
47593 if (BCOpc != BC1->getOpcode() || BCVT != BC1.getValueType()) in combineBitOpWithShift()
47596 switch (BCOpc) { in combineBitOpWithShift()
47606 SDValue Shift = DAG.getNode(BCOpc, DL, BCVT, BitOp, BC0.getOperand(1)); in combineBitOpWithShift()