Searched refs:LLVMInt1TypeInContext (Results 1 – 5 of 5) sorted by relevance
458 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select()481 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
710 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
300 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function323 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
252 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
480 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }