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

/external/llvm/include/llvm/IR/
H A DConstants.h295 /// ConstantAggregateZero - All zero aggregate value
297 class ConstantAggregateZero : public Constant { class in namespace:llvm
299 ConstantAggregateZero(const ConstantAggregateZero &) LLVM_DELETED_FUNCTION;
301 explicit ConstantAggregateZero(Type *ty) function in class:llvm::ConstantAggregateZero
309 static ConstantAggregateZero *get(Type *Ty);
661 /// can return a ConstantAggregateZero object.
713 /// can return a ConstantAggregateZero object.
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml262 | ConstantAggregateZero Constructor in type:ValueKind/t
H A Dllvm_ocaml.c480 ConstantAggregateZero, enumerator in enum:ValueKind
507 DEFINE_CASE(Val, ConstantAggregateZero);

Completed in 473 milliseconds