Searched refs:toVec (Results 1 – 1 of 1) sorted by relevance
1308 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1310 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()1322 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1324 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()1336 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1338 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()1350 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1352 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()1362 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1364 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()[all …]