Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp1523 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1525 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1537 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1539 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1551 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1553 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1565 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1567 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1577 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1579 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]