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

/external/llvm/include/llvm/IR/
H A DInstructions.h3411 // FPExtInst Class
3415 class FPExtInst : public CastInst { class in inherits:CastInst
3417 /// \brief Clone an identical FPExtInst
3418 virtual FPExtInst *clone_impl() const;
3422 FPExtInst(
3430 FPExtInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2297 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore);
2318 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2755 FPExtInst::FPExtInst( function in class:FPExtInst
2761 FPExtInst::FPExtInst( function in class:FPExtInst
3461 FPExtInst *FPExtInst::clone_impl() const {
3462 return new FPExtInst(getOperand(0), getType());

Completed in 123 milliseconds