Lines Matching refs:VectorTyID
292 case Type::VectorTyID: in getNullValue()
1639 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1640 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1653 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1654 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1667 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1668 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1681 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1682 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1693 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
1694 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend()
1705 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP()
1706 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP()
1716 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP()
1717 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP()
1727 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI()
1728 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI()
1738 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI()
1739 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI()