reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/Scalar.cpp
 2580         int256.x[3] = data.GetU64(&offset);
 2581         int256.x[2] = data.GetU64(&offset);
 2582         int256.x[1] = data.GetU64(&offset);
 2583         int256.x[0] = data.GetU64(&offset);
 2585         int256.x[0] = data.GetU64(&offset);
 2586         int256.x[1] = data.GetU64(&offset);
 2587         int256.x[2] = data.GetU64(&offset);
 2588         int256.x[3] = data.GetU64(&offset);
 2590       operator=(llvm::APInt(BITWIDTH_INT256, NUM_OF_WORDS_INT256, int256.x));
 2627         int256.x[3] = data.GetU64(&offset);
 2628         int256.x[2] = data.GetU64(&offset);
 2629         int256.x[1] = data.GetU64(&offset);
 2630         int256.x[0] = data.GetU64(&offset);
 2632         int256.x[0] = data.GetU64(&offset);
 2633         int256.x[1] = data.GetU64(&offset);
 2634         int256.x[2] = data.GetU64(&offset);
 2635         int256.x[3] = data.GetU64(&offset);
 2637       operator=(llvm::APInt(BITWIDTH_INT256, NUM_OF_WORDS_INT256, int256.x));