Searched defs:fromVec (Results 1 – 4 of 4) sorted by relevance
1566 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local1580 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local1608 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local1620 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local1632 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP() local1643 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP() local1654 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI() local1665 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI() local
1738 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local1752 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local1766 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local1780 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local1792 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local1804 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP() local1815 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP() local1826 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI() local1837 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI() local
2093 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local2107 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local2121 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local2135 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local2147 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local2159 bool fromVec = isa<VectorType>(C->getType()); in getUIToFP() local2170 bool fromVec = isa<VectorType>(C->getType()); in getSIToFP() local2181 bool fromVec = isa<VectorType>(C->getType()); in getFPToUI() local2192 bool fromVec = isa<VectorType>(C->getType()); in getFPToSI() local
31 inline uint64_t fromVec(const std::vector<T>& values) { in fromVec() function