Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntVecTy

6748     llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy);
6749 Value *Sext = Builder.CreateSExt(Cmp, IntVecTy);