|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/InstrTypes.h 474 static CastInst *Create(
References
lib/IR/Instructions.cpp 2803 return Create(Instruction::BitCast, S, Ty, Name, InsertAtEnd);
2804 return Create(Instruction::ZExt, S, Ty, Name, InsertAtEnd);
2819 return Create(Instruction::BitCast, S, Ty, Name, InsertAtEnd);
2820 return Create(Instruction::SExt, S, Ty, Name, InsertAtEnd);
2835 return Create(Instruction::BitCast, S, Ty, Name, InsertAtEnd);
2836 return Create(Instruction::Trunc, S, Ty, Name, InsertAtEnd);
2851 return Create(Instruction::PtrToInt, S, Ty, Name, InsertAtEnd);
2882 return Create(Instruction::AddrSpaceCast, S, Ty, Name, InsertAtEnd);
2884 return Create(Instruction::BitCast, S, Ty, Name, InsertAtEnd);
2936 return Create(opcode, C, Ty, Name, InsertAtEnd);
2962 return Create(opcode, C, Ty, Name, InsertAtEnd);