HomeSort by relevance Sort by last modified time
    Searched defs:ConstantStruct (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h 398 // ConstantStruct - Constant Struct Declarations
400 class ConstantStruct : public Constant {
401 friend struct ConstantAggrKeyType<ConstantStruct>;
402 ConstantStruct(const ConstantStruct &) = delete;
409 ConstantStruct(StructType *T, ArrayRef<Constant *> Val);
411 // ConstantStruct accessors
451 struct OperandTraits<ConstantStruct> :
452 public VariadicOperandTraits<ConstantStruct> {
455 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantStruct, Constant
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 271 if (const ConstantStruct *CS = dyn_cast<ConstantStruct>(this))
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 277 | ConstantStruct
    [all...]
llvm_ocaml.c 490 ConstantStruct,
517 DEFINE_CASE(Val, ConstantStruct);
    [all...]

Completed in 97 milliseconds