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

/external/llvm/include/llvm/IR/
H A DInstructions.h4294 // TruncInst Class
4298 class TruncInst : public CastInst { class in inherits:CastInst
4302 /// \brief Clone an identical TruncInst
4303 TruncInst *cloneImpl() const;
4307 TruncInst(
4315 TruncInst(

Completed in 86 milliseconds