Home
last modified time | relevance | path

Searched refs:LLVMInt1TypeInContext (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c458 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select()
481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c458 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select()
481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
/external/llvm/include/llvm-c/
DCore.h800 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp296 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function
316 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c250 return LLVMInt1TypeInContext(Context); in llvm_i1_type()