• Home
  • Raw
  • Download

Lines Matching refs:fromVec

1566   bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;  in getTrunc()  local
1569 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1580 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1583 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1597 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1608 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1611 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1620 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1623 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
1632 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP() local
1635 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getUIToFP()
1643 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP() local
1646 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSIToFP()
1654 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI() local
1657 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToUI()
1665 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI() local
1668 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToSI()