Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp500 struct ConstantInliner { struct
501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner() argument
516 ConstantInliner &add(const MCInst &Inst) { in add()
523 static constexpr const unsigned kF80Bytes = 10; // 80 bits.
525 APInt Constant_;
526 std::vector<MCInst> Instructions;