Home
last modified time | relevance | path

Searched defs:OptVal (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp174 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant()) in dumpAttribute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp303 if (Optional<uint64_t> OptVal = FormValue.getAsUnsignedConstant()) in dumpAttribute() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp205 if (std::optional<uint64_t> OptVal = FormValue.getAsUnsignedConstant()) in dumpAttribute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp492 Optional<V> &OptVal = Map[Key]; in getOrCreateCachedOptional() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMustExecute.cpp503 std::optional<V> &OptVal = Map[Key]; in getOrCreateCachedOptional() local
DLazyValueInfo.cpp891 std::optional<ValueLatticeElement> OptVal = getBlockValue(V, BB, CxtI); in getRangeFor() local