Home
last modified time | relevance | path

Searched refs:OpIt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h33 ItTy OpIt; variable
50 I.OpIt = It; in begin()
56 I.OpIt = It; in end()
61 return OpIt == x.OpIt;
78 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand()
93 ++OpIt;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfo.cpp395 for (auto &OpIt : N->operands()) { in isDILocationReachable() local
396 Metadata *Op = OpIt.get(); in isDILocationReachable()