Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getTypeID

91   switch (Ty->getTypeID()) {
1126 switch (Ty->getTypeID()) {
1440 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1441 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1454 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1455 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1468 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1469 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1482 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1483 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1494 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1495 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1506 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1507 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1517 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1518 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1528 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1529 bool toVec = Ty->getTypeID() == Type::VectorTyID;
1539 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID;
1540 bool toVec = Ty->getTypeID() == Type::VectorTyID;
2301 switch (getElementType()->getTypeID()) {