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

/external/llvm/include/llvm/IR/
H A DInstructions.h3445 // FPExtInst Class
3449 class FPExtInst : public CastInst { class in inherits:CastInst
3451 /// \brief Clone an identical FPExtInst
3452 FPExtInst *clone_impl() const override;
3456 FPExtInst(
3464 FPExtInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2384 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore);
2406 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2944 FPExtInst::FPExtInst( function in class:FPExtInst
2950 FPExtInst::FPExtInst( function in class:FPExtInst
3641 FPExtInst *FPExtInst::clone_impl() const {
3642 return new FPExtInst(getOperand(0), getType());

Completed in 84 milliseconds