llvm::PatternMatch::m_FPToI

Matches FPToUI or FPToSI.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename OpTy>
match_combine_or<CastInst_match<OpTy, FPToUIInst>, CastInst_match<OpTy, FPToSIInst>>
m_FPToI(OpTy const& Op);

Return Value

A matcher for FPToUI or FPToSI.

Parameters

NameDescription
OpOperand matcher.