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

/external/llvm/include/llvm/
H A DInstructions.h3240 // SIToFPInst Class
3244 class SIToFPInst : public CastInst { class in inherits:CastInst
3246 /// @brief Clone an identical SIToFPInst
3247 virtual SIToFPInst *clone_impl() const;
3251 SIToFPInst(
3259 SIToFPInst(
3267 static inline bool classof(const SIToFPInst *) { return true; }
/external/llvm/lib/VMCore/
H A DInstructions.cpp2259 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertBefore);
2282 case SIToFP: return new SIToFPInst (S, Ty, Name, InsertAtEnd);
2735 SIToFPInst::SIToFPInst( function in class:SIToFPInst
2741 SIToFPInst::SIToFPInst( function in class:SIToFPInst
3400 SIToFPInst *SIToFPInst::clone_impl() const {
3401 return new SIToFPInst(getOperand(0), getType());

Completed in 132 milliseconds