llvm::PatternMatch::m_IToFP

Matches UIToFP or SIToFP.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename OpTy>
match_combine_or<CastInst_match<OpTy, UIToFPInst>, CastInst_match<OpTy, SIToFPInst>>
m_IToFP(OpTy const& Op);

Return Value

A matcher for UIToFP or SIToFP.

Parameters

NameDescription
OpOperand matcher.