Home
last modified time | relevance | path

Searched refs:toVec (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp1702 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1704 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1716 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1718 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1730 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1732 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1744 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1746 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1756 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1758 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]