Home
last modified time | relevance | path

Searched refs:elemNum (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp614 Result.AggregateVal.resize(elemNum); in getConstantValue()
633 Result.AggregateVal.resize(elemNum); in getConstantValue()
919 unsigned elemNum; in getConstantValue() local
926 elemNum = CDV->getNumElements(); in getConstantValue()
930 elemNum = VTy->getNumElements(); in getConstantValue()
936 Result.AggregateVal.resize(elemNum); in getConstantValue()
947 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
954 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
969 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
976 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
[all …]