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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp1540 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1543 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1554 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1557 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1568 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1571 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1582 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1585 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1597 assert((fromVec
1606 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1617 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1628 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1639 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
[all...]

Completed in 66 milliseconds