Lines Matching refs:toVec
1702 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1704 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1716 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1718 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1730 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1732 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1744 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1746 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1756 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1758 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
1768 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1770 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getUIToFP()
1779 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1781 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSIToFP()
1790 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1792 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToUI()
1801 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
1803 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToSI()