MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / FoldFOrdLessThan

Function FoldFOrdLessThan

source/opt/const_folding_rules.cpp:1233–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 return FoldFPBinaryOp(FOLD_FPCMP_OP(!=, false));
1232}
1233ConstantFoldingRule FoldFOrdLessThan() {
1234 return FoldFPBinaryOp(FOLD_FPCMP_OP(<, true));
1235}
1236ConstantFoldingRule FoldFUnordLessThan() {
1237 return FoldFPBinaryOp(FOLD_FPCMP_OP(<, false));
1238}

Callers 1

AddFoldingRulesMethod · 0.85

Calls 1

FoldFPBinaryOpFunction · 0.85

Tested by

no test coverage detected