Lines Matching refs:SrcTy
1221 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local
1222 if (SrcTy->isVectorTy()) { in executeTruncInst()
1240 Type *SrcTy = SrcVal->getType(); in executeSExtInst() local
1242 if (SrcTy->isVectorTy()) { in executeSExtInst()
1260 Type *SrcTy = SrcVal->getType(); in executeZExtInst() local
1262 if (SrcTy->isVectorTy()) { in executeZExtInst()
1326 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local
1329 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()
1331 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst()
1350 assert(SrcTy->isFloatingPointTy() && "Invalid FPToUI instruction"); in executeFPToUIInst()
1352 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToUIInst()
1364 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local
1367 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()
1369 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst()
1388 assert(SrcTy->isFloatingPointTy() && "Invalid FPToSI instruction"); in executeFPToSIInst()
1390 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToSIInst()
1493 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
1496 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()
1509 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1510 SrcElemTy = SrcTy->getScalarType(); in executeBitCastInst()
1511 SrcBitSize = SrcTy->getScalarSizeInBits(); in executeBitCastInst()
1516 SrcElemTy = SrcTy; in executeBitCastInst()
1517 SrcBitSize = SrcTy->getPrimitiveSizeInBits(); in executeBitCastInst()
1623 assert(SrcTy->isPointerTy() && "Invalid BitCast"); in executeBitCastInst()
1626 if (SrcTy->isFloatTy()) in executeBitCastInst()
1628 else if (SrcTy->isDoubleTy()) { in executeBitCastInst()
1630 } else if (SrcTy->isIntegerTy()) { in executeBitCastInst()
1636 if (SrcTy->isIntegerTy()) in executeBitCastInst()
1642 if (SrcTy->isIntegerTy()) in executeBitCastInst()