Searched defs:ConstantInliner (Results 1 – 1 of 1) sorted by relevance
500 struct ConstantInliner { struct501 explicit ConstantInliner(const APInt &Constant) : Constant_(Constant) {} in ConstantInliner() argument516 ConstantInliner &add(const MCInst &Inst) { in add()523 static constexpr const unsigned kF80Bytes = 10; // 80 bits.525 APInt Constant_;526 std::vector<MCInst> Instructions;