Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp610 unsigned int elemNum = STy->getNumElements(); in getConstantValue() local
611 Result.AggregateVal.resize(elemNum); in getConstantValue()
612 for (unsigned int i = 0; i < elemNum; ++i) { in getConstantValue()
629 unsigned int elemNum = VTy->getNumElements(); in getConstantValue() local
630 Result.AggregateVal.resize(elemNum); in getConstantValue()
632 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
913 unsigned elemNum; in getConstantValue() local
920 elemNum = CDV->getNumElements(); in getConstantValue()
924 elemNum = VTy->getNumElements(); in getConstantValue()
930 Result.AggregateVal.resize(elemNum); in getConstantValue()
[all …]