Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp982 constexpr uint32_t SmallValue = 0x000000AA; in patternFor() local
1014 IntValue = SmallValue; in patternFor()
/freebsd-12.1/contrib/openmp/runtime/src/i18n/
H A Den_US.txt179 SmallValue "%1$s value \"%2$s\" is too small."
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_settings.cpp647 __kmp_msg(kmp_ms_warning, KMP_MSG(SmallValue, name, value), in __kmp_stg_parse_blocktime()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9907 const APInt &SmallValue = Small.Low->getValue(); in lowerWorkItem() local
9911 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem()
9920 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()