Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]