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

/external/llvm/include/llvm/IR/
H A DInstructions.h3473 // UIToFPInst Class
3477 class UIToFPInst : public CastInst { class in inherits:CastInst
3479 /// \brief Clone an identical UIToFPInst
3480 virtual UIToFPInst *clone_impl() const;
3484 UIToFPInst(
3492 UIToFPInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2335 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore);
2356 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd);
2854 UIToFPInst::UIToFPInst( function in class:UIToFPInst
2860 UIToFPInst::UIToFPInst( function in class:UIToFPInst
3552 UIToFPInst *UIToFPInst::clone_impl() const {
3553 return new UIToFPInst(getOperand(0), getType());

Completed in 103 milliseconds