Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt202 SmallValue "%1$s value \"%2$s\" is too small."
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp734 __kmp_msg(kmp_ms_warning, KMP_MSG(SmallValue, name, value), in __kmp_stg_parse_blocktime()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12098 const APInt &SmallValue = Small.Low->getValue(); in lowerWorkItem() local
12102 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem()
12111 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()