Home
last modified time | relevance | path

Searched defs:ConstantStruct (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h34 class ConstantStruct; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h62 friend class ConstantStruct; // For LLVMTy. variable
H A DValue.h149 friend class ConstantStruct; // For `Val`. variable
H A DConstant.h379 ConstantStruct(llvm::ConstantStruct *C, Context &Ctx) in ConstantStruct() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1372 ConstantStruct::ConstantStruct(StructType *T, ArrayRef<Constant *> V, in ConstantStruct() function in ConstantStruct