Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp603 unsigned int elemNum = STy->getNumElements(); in getConstantValue() local
604 Result.AggregateVal.resize(elemNum); in getConstantValue()
605 for (unsigned int i = 0; i < elemNum; ++i) { in getConstantValue()
624 unsigned int elemNum = ArrTy->getNumElements(); in getConstantValue() local
625 Result.AggregateVal.resize(elemNum); in getConstantValue()
627 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
636 unsigned int elemNum = VTy->getNumElements(); in getConstantValue() local
637 Result.AggregateVal.resize(elemNum); in getConstantValue()
639 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
933 unsigned elemNum; in getConstantValue() local
[all …]