Searched refs:fromVec (Results 1 – 1 of 1) sorted by relevance
1517 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local1520 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()1531 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local1534 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()1545 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local1548 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()1559 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local1562 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()1571 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local1574 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()[all …]