Searched defs:falseVal (Results 1 – 3 of 3) sorted by relevance
486 inline Vector<T, Size> select(T trueVal, T falseVal, const Vector<bool, Size> &cond) in select()497 inline Vector<T, Size> select(const Vector<T, Size> &trueVal, const Vector<T, Size> &falseVal, in select()
717 ConstantExpression* falseVal) in TernaryConstantExpression()
974 const std::string &falseVal = "null") { in GenNullCheckConditional()