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

/external/llvm/include/llvm/
H A DConstants.h890 /// UndefValue - 'undef' values are things that do not have specified contents.
899 class UndefValue : public Constant { class in namespace:llvm
900 friend struct ConstantCreator<UndefValue, Type, char>;
902 UndefValue(const UndefValue &); // DO NOT IMPLEMENT
904 explicit UndefValue(Type *T) : Constant(T, UndefValueVal, 0, 0) {} function in class:llvm::UndefValue
914 static UndefValue *get(Type *T);
919 static inline bool classof(const UndefValue *) { return true; }
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml227 | UndefValue Constructor in type:ValueKind/t
H A Dllvm_ocaml.c429 UndefValue, enumerator in enum:ValueKind
468 DEFINE_CASE(Val, UndefValue);

Completed in 183 milliseconds