Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4549 MVT CmpSVT = CmpVT.getVectorElementType(); in tryVPTESTM() local
4581 if (CmpSVT != MVT::i32 && CmpSVT != MVT::i64) in tryVPTESTM()
4594 if (MemIntr->getMemoryVT().getSizeInBits() != CmpSVT.getSizeInBits()) in tryVPTESTM()
4630 CmpVT = MVT::getVectorVT(CmpSVT, NumElts); in tryVPTESTM()