Searched defs:CastInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DInstrTypes.h381 // CastInst Class
384 /// CastInst - This is the base class for all instructions that perform data
388 /// if (isa<CastInst>(Instr)) { ... }
390 class CastInst : public UnaryInstruction { class in namespace:llvm
394 CastInst(Type *Ty, unsigned iType, Value *S, function in class:llvm::CastInst
400 CastInst(Type *Ty, unsigned iType, Value *S, function in class:llvm::CastInst
406 /// Provides a way to construct any of the CastInst subclasses using an
410 /// insert the new CastInst before InsertBefore (if it is non-null).
411 /// @brief Construct any of the CastInst subclasses
412 static CastInst *Creat
[all...]

Completed in 52 milliseconds