• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/include/llvm/

Lines Matching refs:Name

145                  const Twine &Name, Instruction *InsertBefore);
147 const Twine &Name, BasicBlock *InsertAtEnd);
164 const Twine &Name = Twine(),
172 const Twine &Name, BasicBlock *InsertAtEnd);
179 const Twine &Name = "") {\
180 return Create(Instruction::OPC, V1, V2, Name);\
185 const Twine &Name, BasicBlock *BB) {\
186 return Create(Instruction::OPC, V1, V2, Name, BB);\
191 const Twine &Name, Instruction *I) {\
192 return Create(Instruction::OPC, V1, V2, Name, I);\
197 const Twine &Name = "") {
198 BinaryOperator *BO = Create(Opc, V1, V2, Name);
203 const Twine &Name, BasicBlock *BB) {
204 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB);
209 const Twine &Name, Instruction *I) {
210 BinaryOperator *BO = Create(Opc, V1, V2, Name, I);
216 const Twine &Name = "") {
217 BinaryOperator *BO = Create(Opc, V1, V2, Name);
222 const Twine &Name, BasicBlock *BB) {
223 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB);
228 const Twine &Name, Instruction *I) {
229 BinaryOperator *BO = Create(Opc, V1, V2, Name, I);
235 const Twine &Name = "") {
236 BinaryOperator *BO = Create(Opc, V1, V2, Name);
241 const Twine &Name, BasicBlock *BB) {
242 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB);
247 const Twine &Name, Instruction *I) {
248 BinaryOperator *BO = Create(Opc, V1, V2, Name, I);
255 (Value *V1, Value *V2, const Twine &Name = "") { \
256 return Create ## NUWNSWEXACT(Instruction::OPC, V1, V2, Name); \
259 (Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) { \
260 return Create ## NUWNSWEXACT(Instruction::OPC, V1, V2, Name, BB); \
263 (Value *V1, Value *V2, const Twine &Name, Instruction *I) { \
264 return Create ## NUWNSWEXACT(Instruction::OPC, V1, V2, Name, I); \
289 static BinaryOperator *CreateNeg(Value *Op, const Twine &Name = "",
291 static BinaryOperator *CreateNeg(Value *Op, const Twine &Name,
293 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
295 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
297 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name = "",
299 static BinaryOperator *CreateNUWNeg(Value *Op, const Twine &Name,
301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
303 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
305 static BinaryOperator *CreateNot(Value *Op, const Twine &Name = "",
307 static BinaryOperator *CreateNot(Value *Op, const Twine &Name,
416 const Twine &Name = "", ///< Name for the instruction
429 const Twine &Name, ///< The name for the instruction
437 const Twine &Name = "", ///< Name for the instruction
445 const Twine &Name, ///< The name for the instruction
453 const Twine &Name = "", ///< Name for the instruction
461 const Twine &Name, ///< The name for the instruction
469 const Twine &Name, ///< The name for the instruction
477 const Twine &Name = "", ///< Name for the instruction
486 const Twine &Name = "", ///< Name for the instruction
495 const Twine &Name, ///< The name for the instruction
503 const Twine &Name = "", ///< Name for the instruction
511 const Twine &Name, ///< The name for the instruction
519 const Twine &Name = "", ///< Name for the instruction
527 const Twine &Name, ///< The name for the instruction
634 Value *LHS, Value *RHS, const Twine &Name = "",
638 Value *LHS, Value *RHS, const Twine &Name,
694 Value *S2, const Twine &Name = "",
702 Value *S2, const Twine &Name, BasicBlock *InsertAtEnd);