Searched refs:SmallValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 202 SmallValue "%1$s value \"%2$s\" is too small."
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 734 __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 D | SelectionDAGBuilder.cpp | 11947 const APInt &SmallValue = Small.Low->getValue(); in lowerWorkItem() local 11951 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() 11960 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()
|