Home
last modified time | relevance | path

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

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