Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DConstants.cpp1441 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1443 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1455 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1457 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1469 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1471 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1483 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1485 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1495 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1497 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]