Searched refs:RawValue (Results 1 – 7 of 7) sorted by relevance
70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() argument71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
28 uint32_t& RawValue() { return data_; } in RawValue() function
183 memcpy(data + kMetadataOffset, &metadata.RawValue(), kInt32Size); in CreateSnapshotBlob()
82 uint32_t RawValue() const {
3209 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()3210 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
2333 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()2334 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
575 uint32_t RawValue() const { in RawValue() function