• Home
  • Raw
  • Download

Lines Matching defs:Ty

695 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize,  in AllocaInst()
704 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
713 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst()
722 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst()
731 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
740 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1416 Type *Ty, const Twine &Name, in BinaryOperator()
1429 Type *Ty, const Twine &Name, in BinaryOperator()
1970 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
1993 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create()
2016 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast()
2024 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast()
2032 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast()
2040 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast()
2048 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast()
2056 CastInst *CastInst::CreateTruncOrBitCast(Value *S, Type *Ty, in CreateTruncOrBitCast()
2064 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast()
2077 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast()
2089 CastInst *CastInst::CreateIntegerCast(Value *C, Type *Ty, in CreateIntegerCast()
2103 CastInst *CastInst::CreateIntegerCast(Value *C, Type *Ty, in CreateIntegerCast()
2117 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast()
2130 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast()
2387 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
2393 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in TruncInst()
2399 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
2405 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in ZExtInst()
2410 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
2416 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SExtInst()
2422 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
2428 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPTruncInst()
2434 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
2440 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPExtInst()
2446 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
2452 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in UIToFPInst()
2458 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
2464 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SIToFPInst()
2470 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
2476 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToUIInst()
2482 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
2488 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToSIInst()
2494 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
2500 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in PtrToIntInst()
2506 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
2512 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in IntToPtrInst()
2518 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
2524 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in BitCastInst()