Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp592 unsigned int elemNum = STy->getNumElements(); in getConstantValue() local
593 Result.AggregateVal.resize(elemNum); in getConstantValue()
594 for (unsigned int i = 0; i < elemNum; ++i) { in getConstantValue()
611 unsigned int elemNum = VTy->getNumElements(); in getConstantValue() local
612 Result.AggregateVal.resize(elemNum); in getConstantValue()
614 for (unsigned int i = 0; i < elemNum; ++i) in getConstantValue()
896 unsigned elemNum; in getConstantValue() local
903 elemNum = CDV->getNumElements(); in getConstantValue()
907 elemNum = VTy->getNumElements(); in getConstantValue()
913 Result.AggregateVal.resize(elemNum); in getConstantValue()
[all …]