Lines Matching refs:Twine

181                                unsigned NumReservedValues, const Twine &NameStr,  in LandingPadInst()
188 unsigned NumReservedValues, const Twine &NameStr, in LandingPadInst()
211 const Twine &NameStr, in Create()
219 const Twine &NameStr, in Create()
226 const Twine &NameStr) { in init()
266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) { in init()
288 void CallInst::init(Value *Func, const Twine &NameStr) { in init()
302 CallInst::CallInst(Value *Func, const Twine &Name, in CallInst()
312 CallInst::CallInst(Value *Func, const Twine &Name, in CallInst()
388 const Twine &Name) { in createMalloc()
473 const Twine &Name) { in CreateMalloc()
489 Function *MallocF, const Twine &Name) { in CreateMalloc()
545 ArrayRef<Value *> Args, const Twine &NameStr) { in init()
856 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore) in AllocaInst()
859 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) in AllocaInst()
862 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
866 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
871 const Twine &Name, Instruction *InsertBefore) in AllocaInst()
880 const Twine &Name, BasicBlock *InsertAtEnd) in AllocaInst()
934 LoadInst::LoadInst(Value *Ptr, const Twine &Name, Instruction *InsertBef) in LoadInst()
937 LoadInst::LoadInst(Value *Ptr, const Twine &Name, BasicBlock *InsertAE) in LoadInst()
940 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
944 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
948 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
958 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
969 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1245 const Twine &Name) { in init()
1349 const Twine &Name, in ExtractElementInst()
1363 const Twine &Name, in ExtractElementInst()
1390 const Twine &Name, in InsertElementInst()
1404 const Twine &Name, in InsertElementInst()
1437 const Twine &Name, in ShuffleVectorInst()
1454 const Twine &Name, in ShuffleVectorInst()
1556 const Twine &Name) { in init()
1587 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { in init()
1640 Type *Ty, const Twine &Name, in BinaryOperator()
1653 Type *Ty, const Twine &Name, in BinaryOperator()
1742 const Twine &Name, in Create()
1750 const Twine &Name, in Create()
1757 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, in CreateNeg()
1765 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, in CreateNeg()
1773 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg()
1779 BinaryOperator *BinaryOperator::CreateNSWNeg(Value *Op, const Twine &Name, in CreateNSWNeg()
1785 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg()
1791 BinaryOperator *BinaryOperator::CreateNUWNeg(Value *Op, const Twine &Name, in CreateNUWNeg()
1797 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg()
1804 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg()
1811 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot()
1818 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot()
2298 const Twine &Name, Instruction *InsertBefore) { in Create()
2320 const Twine &Name, BasicBlock *InsertAtEnd) { in Create()
2342 const Twine &Name, in CreateZExtOrBitCast()
2350 const Twine &Name, in CreateZExtOrBitCast()
2358 const Twine &Name, in CreateSExtOrBitCast()
2366 const Twine &Name, in CreateSExtOrBitCast()
2374 const Twine &Name, in CreateTruncOrBitCast()
2382 const Twine &Name, in CreateTruncOrBitCast()
2390 const Twine &Name, in CreatePointerCast()
2408 const Twine &Name, in CreatePointerCast()
2426 const Twine &Name, in CreatePointerBitCastOrAddrSpaceCast()
2439 const Twine &Name, in CreatePointerBitCastOrAddrSpaceCast()
2451 const Twine &Name, in CreateBitOrPointerCast()
2462 bool isSigned, const Twine &Name, in CreateIntegerCast()
2476 bool isSigned, const Twine &Name, in CreateIntegerCast()
2490 const Twine &Name, in CreateFPCast()
2503 const Twine &Name, in CreateFPCast()
2851 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in TruncInst()
2857 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in TruncInst()
2863 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in ZExtInst()
2869 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in ZExtInst()
2874 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SExtInst()
2880 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SExtInst()
2886 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPTruncInst()
2892 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPTruncInst()
2898 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPExtInst()
2904 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPExtInst()
2910 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in UIToFPInst()
2916 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in UIToFPInst()
2922 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in SIToFPInst()
2928 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in SIToFPInst()
2934 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToUIInst()
2940 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToUIInst()
2946 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in FPToSIInst()
2952 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in FPToSIInst()
2958 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in PtrToIntInst()
2964 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in PtrToIntInst()
2970 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in IntToPtrInst()
2976 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in IntToPtrInst()
2982 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in BitCastInst()
2988 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in BitCastInst()
2994 Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore in AddrSpaceCastInst()
3000 Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd in AddrSpaceCastInst()
3012 Value *LHS, Value *RHS, const Twine &Name, in CmpInst()
3025 Value *LHS, Value *RHS, const Twine &Name, in CmpInst()
3040 const Twine &Name, Instruction *InsertBefore) { in Create()
3060 const Twine &Name, BasicBlock *InsertAtEnd) { in Create()
3546 return new LoadInst(getOperand(0), Twine(), isVolatile(), in clone_impl()