Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp527 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in InitTargetOptionsFromCodeGenFlags() local
530 Options.setFPDenormalMode(DenormalMode(DenormKind, DenormKind)); in InitTargetOptionsFromCodeGenFlags()
681 DenormalMode::DenormalModeKind DenormKind = getDenormalFPMath(); in setFunctionAttributes() local
685 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()
691 DenormalMode::DenormalModeKind DenormKind = getDenormalFP32Math(); in setFunctionAttributes() local
695 DenormalMode(DenormKind, DenormKind).str()); in setFunctionAttributes()