Home
last modified time | relevance | path

Searched defs:UValue (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp190 unsigned long long UValue; in LexDigit() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp334 uint64_t UValue = Value.uval; in dump() local
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp1525 uint64_t UValue = CN->getZExtValue(); in get_vec_u18imm() local
1547 uint64_t UValue = CN->getZExtValue(); in get_vec_i16imm() local
1570 uint64_t UValue = CN->getZExtValue(); in get_vec_i10imm() local
/external/v8/src/arm/
Dconstants-arm.h545 inline int UValue() const { return Bit(23); } in UValue() function