HomeSort by relevance Sort by last modified time
    Searched refs:is_one (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/glsl/
lower_vector.cpp 74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
ir.cpp 39 bool ir_rvalue::is_one() const function in class:ir_rvalue
872 ir_constant::is_one() const function in class:ir_constant
    [all...]
ir.h 190 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
204 virtual bool is_one() const;
214 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
    [all...]
opt_algebraic.cpp 80 return (ir == NULL) ? false : ir->is_one();
  /external/llvm/include/llvm/Support/
PatternMatch.h 177 struct is_one { struct in namespace:llvm::PatternMatch
182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }

Completed in 412 milliseconds