Searched refs:LLVMGetUndef (Results 1 – 5 of 5) sorted by relevance
341 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()826 MaskElts.push_back(LLVMGetUndef(LLVMInt64Type())); in CloneInstruction()1065 LLVMAddAlias2(M, ValType, AddrSpace, LLVMGetUndef(PtrType), Name); in declare_symbols()1100 CurType, /*addressSpace*/ 0, LLVMGetUndef(CurType)); in declare_symbols()
1914 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
578 external undef : lltype -> llvalue = "LLVMGetUndef"
807 func Undef(t Type) (v Value) { v.C = C.LLVMGetUndef(t.C); return }
1088 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty) { in LLVMGetUndef() function