• Home
  • Raw
  • Download

Lines Matching refs:toVec

1441   bool toVec = Ty->getTypeID() == Type::VectorTyID;  in getTrunc()  local
1443 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1455 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1457 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1469 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1471 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1483 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1485 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1495 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1497 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
1507 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1509 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getUIToFP()
1518 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1520 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSIToFP()
1529 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1531 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToUI()
1540 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
1542 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPToSI()