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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 30 ItTy OpIt;
42 I.OpIt = It;
47 I.OpIt = It;
52 return OpIt == x.OpIt;
75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); }
86 ++OpIt;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GetElementPtrTypeIterator.h 28 ItTy OpIt;
36 I.OpIt = It;
42 I.OpIt = It;
47 return OpIt == x.OpIt;
66 Value *getOperand() const { return *OpIt; }
74 ++OpIt;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SpeculateAroundPHIs.cpp 88 User::value_op_iterator OpIt;
89 std::tie(UI, OpIt) = DFSStack.pop_back_val();
91 while (OpIt != UI->value_op_end()) {
92 auto *OpI = dyn_cast<Instruction>(*OpIt);
94 ++OpIt;
147 DFSStack.push_back({UI, OpIt});
149 OpIt = OpI->value_op_begin();
351 User::value_op_iterator OpIt;
352 std::tie(UI, OpIt) = DFSStack.pop_back_val();
353 while (OpIt != UI->value_op_end())
    [all...]

Completed in 125 milliseconds