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

/external/llvm/include/llvm/IR/
H A DInstructions.h3437 // FPExtInst Class
3441 class FPExtInst : public CastInst { class in inherits:CastInst
3443 /// \brief Clone an identical FPExtInst
3444 virtual FPExtInst *clone_impl() const;
3448 FPExtInst(
3456 FPExtInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2334 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore);
2355 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2842 FPExtInst::FPExtInst( function in class:FPExtInst
2848 FPExtInst::FPExtInst( function in class:FPExtInst
3548 FPExtInst *FPExtInst::clone_impl() const {
3549 return new FPExtInst(getOperand(0), getType());

Completed in 172 milliseconds