Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12986 EVT VecVT1 = EVT::getVectorVT(*getContext(), EltVT1, ResNE); in UnrollVectorOp() local
12988 SDValue Vec1 = getBuildVector(VecVT1, dl, Scalars1); in UnrollVectorOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51037 EVT VecVT1 = Vec1.getValueType(); in combineBitOpWithMOVMSK() local
51041 if (VecVT0.getSizeInBits() != VecVT1.getSizeInBits() || in combineBitOpWithMOVMSK()
51042 VecVT0.getScalarSizeInBits() != VecVT1.getScalarSizeInBits()) in combineBitOpWithMOVMSK()