Lines Matching refs:toVec
1567 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1569 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1581 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1583 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1595 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1597 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1609 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1611 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1621 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1623 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
1633 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1635 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getUIToFP()
1644 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1646 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSIToFP()
1655 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1657 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToUI()
1666 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
1668 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToSI()