Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getTypeID

61   if (getTypeID() != Type::VectorTyID) return false;
69 if (getTypeID() == Type::HalfTyID || getTypeID() == Type::FloatTyID ||
70 getTypeID() == Type::DoubleTyID ||
71 getTypeID() == Type::FP128TyID || getTypeID() == Type::X86_FP80TyID ||
72 getTypeID() == Type::PPC_FP128TyID)
74 if (getTypeID() != Type::VectorTyID) return false;
97 if (Ty->getTypeID() == Type::X86_MMXTyID &&
102 if (this->getTypeID() == Type::X86_MMXTyID)
135 switch (getTypeID()) {
163 if (getTypeID() == HalfTyID) return 11;
164 if (getTypeID() == FloatTyID) return 24;
165 if (getTypeID() == DoubleTyID) return 53;
166 if (getTypeID() == X86_FP80TyID) return 64;
167 if (getTypeID() == FP128TyID) return 113;
168 assert(getTypeID() == PPC_FP128TyID && "unknown fp type");