Home
last modified time | relevance | path

Searched defs:MaybeVal (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp219 if (Expected<uint64_t> MaybeVal = ReadVBR64(6)) in readRecord() local
253 if (Expected<uint64_t> MaybeVal = readAbbreviatedField(*this, Op)) in readRecord() local
281 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = in readRecord() local
289 if (Expected<uint64_t> MaybeVal = in readRecord() local
297 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = Read(6)) in readRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp270 Optional<APInt> MaybeVal = GetImmediateValue(*MI); in getConstantVRegValWithLookThrough() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h562 auto MaybeVal = get(Val); in indexOf() local