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

/external/llvm/include/llvm/IR/
H A DInstructions.h3509 // SIToFPInst Class
3513 class SIToFPInst : public CastInst { class in inherits:CastInst
3515 /// \brief Clone an identical SIToFPInst
3516 virtual SIToFPInst *clone_impl() const;
3520 SIToFPInst(
3528 SIToFPInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2336 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertBefore);
2357 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd);
2866 SIToFPInst::SIToFPInst( function in class:SIToFPInst
2872 SIToFPInst::SIToFPInst( function in class:SIToFPInst
3556 SIToFPInst *SIToFPInst::clone_impl() const {
3557 return new SIToFPInst(getOperand(0), getType());

Completed in 67 milliseconds