Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53327 auto *Const0L = dyn_cast<ConstantSDNode>(Op0L->getOperand(1)); in matchPMADDWD() local
53331 if (!Const0L || !Const1L || !Const0H || !Const1H) in matchPMADDWD()
53333 unsigned Idx0L = Const0L->getZExtValue(), Idx1L = Const1L->getZExtValue(), in matchPMADDWD()