Searched refs:toVec (Results 1 – 1 of 1) sorted by relevance
1441 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1443 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()1455 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1457 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()1469 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1471 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()1483 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1485 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()1495 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1497 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()[all …]