HomeSort by relevance Sort by last modified time
    Searched defs:OpI (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 78 MachineInstr::mop_iterator OpI, OpE;
83 while (OpI == OpE) {
87 OpI = InstrI->operands_begin();
107 OpI = InstrI->operands_begin();
113 MachineOperand &deref() const { return *OpI; }
117 bool isValid() const { return OpI != OpE; }
122 ++OpI;
130 return OpI - InstrI->operands_begin();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 51 milliseconds