HomeSort by: relevance | last modified time | path
    Searched defs:OpE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 98 MachineInstr::mop_iterator OpI, OpE;
103 while (OpI == OpE) {
110 OpE = InstrI->operands_end();
124 OpE = InstrI->operands_end();
129 /// iterators point to the end of the BB and OpI == OpE.
131 MachineInstr::mop_iterator OpE)
132 : InstrI(InstrE), InstrE(InstrE), OpI(OpE), OpE(OpE) {}
136 bool isValid() const { return OpI != OpE; }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 4749 unsigned OpO, OpE, OpF;
4757 OpE = TargetOpcode::G_UADDE;
4768 OpE = TargetOpcode::G_USUBE;
4806 MIRBuilder.buildInstr(OpE, {DstReg, CarryOut},

Completed in 37 milliseconds