Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44070 SDValue MovmskIn = Src.getOperand(0); in combineBitcast() local
44071 MVT MovmskVT = MovmskIn.getSimpleValueType(); in combineBitcast()
44079 MovmskIn = DAG.getBitcast(IntVT, MovmskIn); in combineBitcast()
44082 SDValue Cmp = DAG.getSetCC(dl, CmpVT, MovmskIn, in combineBitcast()