Binds a G_FCONSTANT value to C.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
bind_ty<ConstantFP const*>
m_GFCst(ConstantFP const*& C);
Return Value
A matcher that binds a G_FCONSTANT value to C.
Parameters
Name |
Description |
C |
Output that receives the matched floating‐point constant. |
Created with MrDocs