Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp1566 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1569 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1580 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1583 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1597 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1608 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1611 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1620 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1623 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1738 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1741 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1752 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1755 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1766 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1769 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1780 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1783 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1792 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1795 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]
/external/llvm-project/llvm/lib/IR/
DConstants.cpp2015 bool fromVec = isa<VectorType>(C->getType()); in getTrunc() local
2018 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
2029 bool fromVec = isa<VectorType>(C->getType()); in getSExt() local
2032 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
2043 bool fromVec = isa<VectorType>(C->getType()); in getZExt() local
2046 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
2057 bool fromVec = isa<VectorType>(C->getType()); in getFPTrunc() local
2060 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
2069 bool fromVec = isa<VectorType>(C->getType()); in getFPExtend() local
2072 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]