Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h59 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {} ConstantData() function
[all...]
H A DValue.h34 class ConstantData; variable