Lines Matching defs:Ty

809 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore)  in AllocaInst()
812 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) in AllocaInst()
815 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
819 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
823 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
833 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
891 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
899 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
909 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
954 LoadInst::LoadInst(Type *Ty, Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
1247 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType()
1251 Type *GetElementPtrInst::getIndexedType(Type *Ty, in getIndexedType()
1256 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
1595 Type *Ty, const Twine &Name, in BinaryOperator()
1608 Type *Ty, const Twine &Name, in BinaryOperator()
2255 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2277 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2299 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast()
2307 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast()
2315 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast()
2323 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast()
2331 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast()
2339 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast()
2347 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast()
2365 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast()
2383 Value *S, Type *Ty, in CreatePointerBitCastOrAddrSpaceCast()
2396 Value *S, Type *Ty, in CreatePointerBitCastOrAddrSpaceCast()
2408 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast()
2419 CastInst *CastInst::CreateIntegerCast(Value *C, Type *Ty, in CreateIntegerCast()
2433 CastInst *CastInst::CreateIntegerCast(Value *C, Type *Ty, in CreateIntegerCast()
2447 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast()
2460 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast()
2809 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
2815 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in TruncInst()
2821 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
2827 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in ZExtInst()
2832 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
2838 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SExtInst()
2844 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
2850 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPTruncInst()
2856 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
2862 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPExtInst()
2868 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
2874 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in UIToFPInst()
2880 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
2886 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SIToFPInst()
2892 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
2898 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToUIInst()
2904 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
2910 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToSIInst()
2916 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
2922 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in PtrToIntInst()
2928 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
2934 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in IntToPtrInst()
2940 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
2946 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in BitCastInst()
2952 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in AddrSpaceCastInst()
2958 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in AddrSpaceCastInst()