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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h378 // CastInst Class
381 /// CastInst - This is the base class for all instructions that perform data
385 /// if (isa<CastInst>(Instr)) { ... }
387 class CastInst : public UnaryInstruction { class in namespace:llvm
391 CastInst(Type *Ty, unsigned iType, Value *S, function in class:llvm::CastInst
397 CastInst(Type *Ty, unsigned iType, Value *S, function in class:llvm::CastInst
403 /// Provides a way to construct any of the CastInst subclasses using an
407 /// insert the new CastInst before InsertBefore (if it is non-null).
408 /// @brief Construct any of the CastInst subclasses
409 static CastInst *Creat
[all...]

Completed in 495 milliseconds