Searched defs:ConstantStruct (Results 1 – 5 of 5) sorted by relevance
34 class ConstantStruct; variable
62 friend class ConstantStruct; // For LLVMTy. variable
149 friend class ConstantStruct; // For `Val`. variable
379 ConstantStruct(llvm::ConstantStruct *C, Context &Ctx) in ConstantStruct() function
1372 ConstantStruct::ConstantStruct(StructType *T, ArrayRef<Constant *> V, in ConstantStruct() function in ConstantStruct