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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h177 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; }
/external/mesa3d/src/compiler/glsl/
H A Dir.cpp39 bool ir_rvalue::is_one() const function in class:ir_rvalue
1175 ir_constant::is_one() const function in class:ir_constant
1798 if (expr->operands[0]->is_one())
1801 if (expr->operands[1]->is_one())
/external/llvm/include/llvm/IR/
H A DPatternMatch.h239 struct is_one { struct in namespace:llvm::PatternMatch
244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c6796 bool is_zero[4] = {}, is_one[4] = {}; local
6805 is_one[i] = true;
6812 is_one[i] = true;
6822 else if (is_one[0] && is_one[1] && is_one[2])

Completed in 283 milliseconds