Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp604 Result.AggregateVal.resize(elemNum); in getConstantValue()
625 Result.AggregateVal.resize(elemNum); in getConstantValue()
637 Result.AggregateVal.resize(elemNum); in getConstantValue()
933 unsigned elemNum; in getConstantValue() local
940 elemNum = CDV->getNumElements(); in getConstantValue()
944 elemNum = VTy->getNumElements(); in getConstantValue()
950 Result.AggregateVal.resize(elemNum); in getConstantValue()
961 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
968 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
983 for (unsigned i = 0; i < elemNum; ++i) in getConstantValue()
[all …]