Searched refs:VectorTyID (Results 1 – 18 of 18) sorted by relevance
166 T->getTypeID() == VectorTyID; in classof()324 T->getTypeID() == VectorTyID; in classof()438 return T->getTypeID() == VectorTyID; in classof()
74 VectorTyID ///< 16: SIMD 'packed' format, or other vector type enumerator219 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()270 getTypeID() != VectorTyID)
543 case Type::VectorTyID: { in getTypeSizeInBits()
223 case Type::VectorTyID: in getNullValue()1636 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()1637 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()1650 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()1651 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()1664 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()1665 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()1678 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()1679 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()1690 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()[all …]
293 case Type::VectorTyID: { in getVT()310 case Type::VectorTyID: { in getEVT()
124 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()703 : SequentialType(VectorTyID, ElType) { in VectorType()
668 case Type::VectorTyID: in getAlignment()
261 case Type::VectorTyID: in LLVMGetTypeKind()
520 case Type::VectorTyID: { in print()
120 case Type::VectorTyID: { \318 case Type::VectorTyID: \1283 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()1306 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()1329 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()1367 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()1403 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()1435 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()1496 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()1497 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()[all …]
630 case Type::VectorTyID: in getConstantValue()917 case Type::VectorTyID: { in getConstantValue()1075 case Type::VectorTyID: in StoreValueToMemory()1152 case Type::VectorTyID: { in LoadValueFromMemory()
200 case Type::VectorTyID: in containsPointerType()1205 case Type::VectorTyID: in getTypeSize()
1206 case Type::VectorTyID: in printModuleLevelGV()1371 case Type::VectorTyID: in emitPTXGlobalVariable()1884 case Type::VectorTyID: in bufferLEByte()
196 case Type::VectorTyID: return "packed_"; in getTypePrefix()408 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()667 case Type::VectorTyID: { in printType()
292 case Type::VectorTyID: in get()
826 case Type::VectorTyID: { in cmpTypes()
133 case Type::VectorTyID: { in isLeakCheckerRoot()
481 case Type::VectorTyID: { in WriteTypeTable()