Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp974 GenericValue doubleZero; in getConstantValue() local
975 doubleZero.DoubleVal = 0.0; in getConstantValue()
976 llvm::fill(Result.AggregateVal, doubleZero); in getConstantValue()