Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp998 GenericValue intZero; in getConstantValue() local
999 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull); in getConstantValue()
1001 intZero); in getConstantValue()
1140 GenericValue intZero; in LoadValueFromMemory() local
1142 intZero.IntVal = APInt(elemBitWidth, 0); in LoadValueFromMemory()
1143 Result.AggregateVal.resize(numElems, intZero); in LoadValueFromMemory()