Lines Matching defs:Ty

1250 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore)  in AllocaInst()
1253 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) in AllocaInst()
1256 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1260 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1264 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1274 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1332 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1340 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1350 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1395 LoadInst::LoadInst(Type *Ty, Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
1692 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType()
1696 Type *GetElementPtrInst::getIndexedType(Type *Ty, in getIndexedType()
1701 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType()
2040 Type *Ty, const Twine &Name, in BinaryOperator()
2053 Type *Ty, const Twine &Name, in BinaryOperator()
2646 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2668 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2690 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast()
2698 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast()
2706 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast()
2714 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast()
2722 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast()
2730 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast()
2738 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast()
2756 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast()
2774 Value *S, Type *Ty, in CreatePointerBitCastOrAddrSpaceCast()
2787 Value *S, Type *Ty, in CreatePointerBitCastOrAddrSpaceCast()
2799 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast()
2810 CastInst *CastInst::CreateIntegerCast(Value *C, Type *Ty, in CreateIntegerCast()
2824 CastInst *CastInst::CreateIntegerCast(Value *C, Type *Ty, in CreateIntegerCast()
2838 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast()
2851 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast()
3200 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
3206 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in TruncInst()
3212 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
3218 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in ZExtInst()
3223 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
3229 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SExtInst()
3235 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
3241 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPTruncInst()
3247 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
3253 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPExtInst()
3259 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
3265 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in UIToFPInst()
3271 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
3277 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SIToFPInst()
3283 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
3289 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToUIInst()
3295 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
3301 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToSIInst()
3307 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
3313 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in PtrToIntInst()
3319 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
3325 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in IntToPtrInst()
3331 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
3337 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in BitCastInst()
3343 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in AddrSpaceCastInst()
3349 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in AddrSpaceCastInst()