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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h376 // CastInst Class
383 /// if (isa<CastInst>(Instr)) { ... }
385 class CastInst : public UnaryInstruction { class in namespace:llvm
389 CastInst(Type *Ty, unsigned iType, Value *S, function in class:llvm::CastInst
395 CastInst(Type *Ty, unsigned iType, Value *S, function in class:llvm::CastInst
401 /// Provides a way to construct any of the CastInst subclasses using an
405 /// insert the new CastInst before InsertBefore (if it is non-null).
406 /// @brief Construct any of the CastInst subclasses
407 static CastInst *Create(
414 /// Provides a way to construct any of the CastInst subclasse
[all...]

Completed in 56 milliseconds