HomeSort by relevance Sort by last modified time
    Searched defs:m_AllOnes (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 189 /// m_AllOnes() - Match an integer or vector with all bits set to true.
190 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();}
191 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 252 inline cst_pred_ty<is_all_ones> m_AllOnes() {
255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 265 inline cst_pred_ty<is_all_ones> m_AllOnes() {
268 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
    [all...]

Completed in 593 milliseconds