Home
last modified time | relevance | path

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

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