Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55472 Idx0H = Const0H->getZExtValue(), Idx1H = Const1H->getZExtValue(); in matchPMADDWD() local
55476 if (Idx0H > Idx1H) in matchPMADDWD()
55477 std::swap(Idx0H, Idx1H); in matchPMADDWD()
55481 std::swap(Idx1L, Idx1H); in matchPMADDWD()
55484 Idx1H != 2 * i + 3) in matchPMADDWD()