Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h83 friend class ConstantVector; variable
271 friend class ConstantVector; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1392 ConstantVector::ConstantVector(VectorType *T, ArrayRef<Constant *> V) in ConstantVector() function in ConstantVector