Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1310 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1313 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1324 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1327 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1338 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1341 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1352 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1355 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1364 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1367 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]
/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-7.0/llvm/lib/IR/
DConstants.cpp1616 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1619 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1630 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1633 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1644 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1647 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1658 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1661 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1670 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1673 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]