Searched defs:UndefValue (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h1126 /// UndefValue - 'undef' values are things that do not have specified contents.
1135 class UndefValue : public Constant { class in namespace:llvm
1137 UndefValue(const UndefValue &) LLVM_DELETED_FUNCTION;
1139 explicit UndefValue(Type *T) : Constant(T, UndefValueVal, nullptr, 0) {} function in class:llvm::UndefValue
1149 static UndefValue *get(Type *T);
1153 UndefValue *getSequentialElement() const;
1157 UndefValue *getStructElement(unsigned Elt) const;
1161 UndefValue *getElementValue(Constant *C) const;
1165 UndefValue *getElementValu
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml275 | UndefValue Constructor in type:ValueKind/t
H A Dllvm_ocaml.c493 UndefValue, enumerator in enum:ValueKind
534 DEFINE_CASE(Val, UndefValue);

Completed in 137 milliseconds