Home | History | Annotate | Download | only in MachineIndependent

Lines Matching defs:folded

148     // If they are both (non-specialization) constants, they must be folded.
154 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant);
155 if (folded)
156 return folded;
367 // If it's a (non-specialization) constant, it must be folded.
392 TIntermTyped* folded = child->getAsConstantUnion()->fold(op, returnType);
393 if (folded)
394 return folded;