Searched defs:toVec (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstants.cpp1441 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1443 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1455 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1457 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1469 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1471 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1483 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1485 assert((fromVec == toVec) && "Cannot convert from scalar to/from vector");
1495 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1497 assert((fromVec == toVec)
1507 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1518 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1529 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
1540 bool toVec = Ty->getTypeID() == Type::VectorTyID; local
[all...]

Completed in 52 milliseconds