Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp602 unsigned int elemNum = STy->getNumElements(); in getConstantValue() local
603 Result.AggregateVal.resize(elemNum); in getConstantValue()
604 for (unsigned int i = 0; i < elemNum; ++i) { in getConstantValue()
623 unsigned int elemNum = ArrTy->getNumElements(); in getConstantValue() local
624 Result.AggregateVal.resize(elemNum); in getConstantValue()
626 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
635 unsigned int elemNum = VTy->getNumElements(); in getConstantValue() local
636 Result.AggregateVal.resize(elemNum); in getConstantValue()
638 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
932 unsigned elemNum; in getConstantValue() local
[all …]