Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4827 if (!SimplifiedValue) in getAsStr()
4830 if (!*SimplifiedValue) in getAsStr()
4833 if (ConstantInt *CI = dyn_cast<ConstantInt>(*SimplifiedValue)) in getAsStr()
4858 (SimplifiedValue && *SimplifiedValue == nullptr)) && in initialize()
4866 return SimplifiedValue; in initialize()
4895 if (SimplifiedValue && *SimplifiedValue) { in manifest()
4897 A.changeAfterManifest(IRPosition::inst(I), **SimplifiedValue); in manifest()
4902 if (auto *C = dyn_cast<ConstantInt>(*SimplifiedValue)) in manifest()
4914 << **SimplifiedValue << "\n"); in manifest()
4923 SimplifiedValue = nullptr; in indicatePessimisticFixpoint()
[all …]