Searched refs:toVec (Results 1 – 1 of 1) sorted by relevance
1523 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1525 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()1537 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1539 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()1551 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1553 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()1565 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1567 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()1577 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1579 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()[all …]