Matches a G_FPTRUNC of Src.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
template<typename SrcTy>
UnaryOp_match<SrcTy, TargetOpcode::G_FPTRUNC>
m_GFPTrunc(SrcTy const& Src);
Return Value
A matcher for a G_FPTRUNC of Src.
Parameters
Name |
Description |
Src |
Sub‐pattern for the floating‐point truncated operand. |
Created with MrDocs