Home
last modified time | relevance | path

Searched refs:LLVMGetUndef (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp343 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
828 MaskElts.push_back(LLVMGetUndef(LLVMInt64Type())); in CloneInstruction()
1067 LLVMAddAlias2(M, ValType, AddrSpace, LLVMGetUndef(PtrType), Name); in declare_symbols()
1102 CurType, /*addressSpace*/ 0, LLVMGetUndef(CurType)); in declare_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1935 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml578 external undef : lltype -> llvalue = "LLVMGetUndef"
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1100 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty) { in LLVMGetUndef() function