Searched refs:toVec (Results 1 – 1 of 1) sorted by relevance
2244 bool toVec = isa<VectorType>(Ty); in getTrunc() local2246 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()