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

/external/llvm/include/llvm/IR/
H A DInstructions.h3675 // FPToSIInst Class
3679 class FPToSIInst : public CastInst { class in inherits:CastInst
3681 /// \brief Clone an identical FPToSIInst
3682 FPToSIInst *clone_impl() const override;
3686 FPToSIInst(
3694 FPToSIInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2310 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore);
2332 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
2945 FPToSIInst::FPToSIInst( function in class:FPToSIInst
2951 FPToSIInst::FPToSIInst( function in class:FPToSIInst
3610 FPToSIInst *FPToSIInst::clone_impl() const {
3611 return new FPToSIInst(getOperand(0), getType());

Completed in 127 milliseconds