Lines Matching refs:toVec
2016 bool toVec = isa<VectorType>(Ty); in getTrunc() local
2018 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
2030 bool toVec = isa<VectorType>(Ty); in getSExt() local
2032 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
2044 bool toVec = isa<VectorType>(Ty); in getZExt() local
2046 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
2058 bool toVec = isa<VectorType>(Ty); in getFPTrunc() local
2060 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
2070 bool toVec = isa<VectorType>(Ty); in getFPExtend() local
2072 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
2082 bool toVec = isa<VectorType>(Ty); in getUIToFP() local
2084 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getUIToFP()
2093 bool toVec = isa<VectorType>(Ty); in getSIToFP() local
2095 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSIToFP()
2104 bool toVec = isa<VectorType>(Ty); in getFPToUI() local
2106 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToUI()
2115 bool toVec = isa<VectorType>(Ty); in getFPToSI() local
2117 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToSI()