Returns the constant folding rule to fold |OpFDiv| with two constants.
| 1074 | |
| 1075 | // Returns the constant folding rule to fold |OpFDiv| with two constants. |
| 1076 | ConstantFoldingRule FoldFDiv() { return FoldFPBinaryOp(FoldScalarFPDivide); } |
| 1077 | |
| 1078 | // Get a singular uniform value, which is repeated when the |type| is a vector. |
| 1079 | const analysis::Constant* GetConstantUniformValue( |
no test coverage detected