Searched defs:is_one (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp528 src_reg::is_one() const function in class:brw::src_reg
589 } else if (inst->src[1].is_one()) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp528 src_reg::is_one() const function in class:brw::src_reg
589 } else if (inst->src[1].is_one()) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1064 ir_constant::is_one() const function in class:ir_constant
1693 if (expr->operands[0]->is_one())
1696 if (expr->operands[1]->is_one())
/external/mesa3d/src/glsl/
H A Dir.cpp39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1064 ir_constant::is_one() const function in class:ir_constant
1693 if (expr->operands[0]->is_one())
1696 if (expr->operands[1]->is_one())
/external/llvm/include/llvm/IR/
H A DPatternMatch.h252 struct is_one { struct in namespace:llvm::PatternMatch
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }

Completed in 3431 milliseconds