Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp1517 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1520 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getTrunc()
1531 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1534 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getSExt()
1545 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1548 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getZExt()
1559 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1562 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPTrunc()
1571 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1574 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector"); in getFPExtend()
[all …]