Home
last modified time | relevance | path

Searched refs:ir_constant_fold (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dopt_constant_folding.cpp65 ir_constant_fold(ir_rvalue **rvalue) in ir_constant_fold() function
115 if (ir_constant_fold(rvalue)) in handle_rvalue()
Dir_optimization.h98 bool ir_constant_fold(ir_rvalue **rvalue);
Dopt_constant_propagation.cpp134 if (ir_constant_fold(rvalue)) in constant_folding()