Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp995 GenericValue intZero; in getConstantValue() local
996 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull); in getConstantValue()
997 llvm::fill(Result.AggregateVal, intZero); in getConstantValue()
1136 GenericValue intZero; in LoadValueFromMemory() local
1138 intZero.IntVal = APInt(elemBitWidth, 0); in LoadValueFromMemory()
1139 Result.AggregateVal.resize(numElems, intZero); in LoadValueFromMemory()