Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h89 friend class ConstantVector; variable
279 friend class ConstantVector; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h63 friend class ConstantVector; // For LLVMTy. variable
H A DValue.h150 friend class ConstantVector; // For `Val`. variable
H A DConstant.h424 ConstantVector(llvm::ConstantVector *C, Context &Ctx) in ConstantVector() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1415 ConstantVector::ConstantVector(VectorType *T, ArrayRef<Constant *> V, in ConstantVector() function in ConstantVector