Lines Matching refs:VectorTyID
120 case Type::VectorTyID: { \
318 case Type::VectorTyID: \
1282 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()
1305 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()
1328 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()
1366 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()
1402 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()
1434 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()
1495 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()
1496 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()
1508 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1521 if (DstTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1594 if (DstTy->getTypeID() == Type::VectorTyID) { in executeBitCastInst()
1910 case Type::VectorTyID: in visitExtractValueInst()
1957 case Type::VectorTyID: in visitInsertValueInst()