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

/external/llvm/lib/VMCore/
H A DConstants.cpp1440 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1443 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1454 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1457 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1468 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1471 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1482 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1485 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1494 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1497 assert((fromVec
1506 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1517 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1528 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
1539 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; local
[all...]

Completed in 636 milliseconds