Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp953 GenericValue floatZero; in getConstantValue() local
954 floatZero.FloatVal = 0.f; in getConstantValue()
955 llvm::fill(Result.AggregateVal, floatZero); in getConstantValue()