Lines Matching defs:Ty

64   explicit AllocaInst(Type *Ty, Value *ArraySize = 0,
66 AllocaInst(Type *Ty, Value *ArraySize,
69 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = 0);
70 AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd);
72 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
74 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
703 inline Type *checkGEPType(Type *Ty) {
704 assert(Ty && "Invalid GetElementPtrInst indices for type!");
705 return Ty;
1519 VAArgInst(Value *List, Type *Ty, const Twine &NameStr = "",
1521 : UnaryInstruction(Ty, VAArg, List, InsertBefore) {
1524 VAArgInst(Value *List, Type *Ty, const Twine &NameStr,
1526 : UnaryInstruction(Ty, VAArg, List, InsertAtEnd) {
1996 explicit PHINode(Type *Ty, unsigned NumReservedValues,
1998 : Instruction(Ty, Instruction::PHI, 0, 0, InsertBefore),
2004 PHINode(Type *Ty, unsigned NumReservedValues, const Twine &NameStr,
2006 : Instruction(Ty, Instruction::PHI, 0, 0, InsertAtEnd),
2021 static PHINode *Create(Type *Ty, unsigned NumReservedValues,
2024 return new PHINode(Ty, NumReservedValues, NameStr, InsertBefore);
2026 static PHINode *Create(Type *Ty, unsigned NumReservedValues,
2028 return new PHINode(Ty, NumReservedValues, NameStr, InsertAtEnd);
3306 Type *Ty, ///< The (smaller) type to truncate to
3314 Type *Ty, ///< The (smaller) type to truncate to
3342 Type *Ty, ///< The type to zero extend to
3350 Type *Ty, ///< The type to zero extend to
3378 Type *Ty, ///< The type to sign extend to
3386 Type *Ty, ///< The type to sign extend to
3414 Type *Ty, ///< The type to truncate to
3422 Type *Ty, ///< The type to truncate to
3450 Type *Ty, ///< The type to extend to
3458 Type *Ty, ///< The type to extend to
3486 Type *Ty, ///< The type to convert to
3494 Type *Ty, ///< The type to convert to
3522 Type *Ty, ///< The type to convert to
3530 Type *Ty, ///< The type to convert to
3558 Type *Ty, ///< The type to convert to
3566 Type *Ty, ///< The type to convert to
3594 Type *Ty, ///< The type to convert to
3602 Type *Ty, ///< The type to convert to
3626 Type *Ty, ///< The type to convert to
3634 Type *Ty, ///< The type to convert to
3670 Type *Ty, ///< The type to convert to
3678 Type *Ty, ///< The type to convert to
3718 Type *Ty, ///< The type to casted to
3726 Type *Ty, ///< The type to casted to