Searched refs:toVec (Results 1 – 1 of 1) sorted by relevance
1702 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1704 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()1716 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1718 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()1730 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1732 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()1744 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1746 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()1756 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1758 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()[all …]