Searched refs:notinf (Results 1 – 1 of 1) sorted by relevance
5161 TIntermTyped* notinf = handleUnaryMath(loc, "!", EOpLogicalNot, isinf); in decomposeIntrinsic() local5162 notinf->setType(boolType); in decomposeIntrinsic()5164 TIntermTyped* andNode = handleBinaryMath(loc, "and", EOpLogicalAnd, notnan, notinf); in decomposeIntrinsic()