Searched refs:LLVMGetUndef (Results 1 – 5 of 5) sorted by relevance
346 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()823 MaskElts.push_back(LLVMGetUndef(LLVMInt64Type())); in CloneInstruction()1059 LLVMAddAlias(M, CurType, LLVMGetUndef(CurType), Name); in declare_symbols()1094 CurType, /*addressSpace*/ 0, LLVMGetUndef(CurType)); in declare_symbols()
1883 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
578 external undef : lltype -> llvalue = "LLVMGetUndef"
807 func Undef(t Type) (v Value) { v.C = C.LLVMGetUndef(t.C); return }
1069 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty) { in LLVMGetUndef() function