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/llvm/include/llvm-c/
DCore.h710 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp300 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function
323 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c252 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
/external/llvm/bindings/go/llvm/
Dir.go480 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }