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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp1636 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1639 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1650 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1653 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1664 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1667 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1678 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1681 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1690 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1693 assert((fromVec
1702 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1713 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1724 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1735 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
[all...]

Completed in 100 milliseconds