Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:getScalarType

1239     Type *DstVecTy = DstTy->getScalarType();
1259 const Type *DstVecTy = DstTy->getScalarType();
1279 const Type *DstVecTy = DstTy->getScalarType();
1300 assert(SrcVal->getType()->getScalarType()->isDoubleTy() &&
1301 DstTy->getScalarType()->isFloatTy() &&
1323 assert(SrcVal->getType()->getScalarType()->isFloatTy() &&
1324 DstTy->getScalarType()->isDoubleTy() && "Invalid FPExt instruction");
1346 const Type *DstVecTy = DstTy->getScalarType();
1347 const Type *SrcVecTy = SrcTy->getScalarType();
1384 const Type *DstVecTy = DstTy->getScalarType();
1385 const Type *SrcVecTy = SrcTy->getScalarType();
1420 const Type *DstVecTy = DstTy->getScalarType();
1452 const Type *DstVecTy = DstTy->getScalarType();
1526 SrcElemTy = SrcTy->getScalarType();
1539 DstElemTy = DstTy->getScalarType();