HomeSort by: relevance | last modified time | path
    Searched defs:ConstantAggregate (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 383 class ConstantAggregate : public Constant {
385 ConstantAggregate(Type *T, ValueTy VT, ArrayRef<Constant *> V);
399 struct OperandTraits<ConstantAggregate>
400 : public VariadicOperandTraits<ConstantAggregate> {};
402 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantAggregate, Constant)
407 class ConstantArray final : public ConstantAggregate {
439 class ConstantStruct final : public ConstantAggregate {
492 class ConstantVector final : public ConstantAggregate {

Completed in 81 milliseconds