Searched refs:OpIt (Results 1 – 4 of 4) sorted by relevance
33 ItTy OpIt; variable 80 I.OpIt = It;86 I.OpIt = It;91 return OpIt == x.OpIt;110 Value *getOperand() const { return const_cast<Value *>(&**OpIt); }120 ++OpIt;
211 auto OpIt = SeenInsts.find(OI); in calcRange() local212 assert(OpIt != SeenInsts.end() && "def not seen before use!"); in calcRange()213 if (OpIt->second == unknownRange()) in calcRange()215 OpRanges.push_back(OpIt->second); in calcRange()
443 for (auto &OpIt : N->operands()) { in isDILocationReachable() local444 Metadata *Op = OpIt.get(); in isDILocationReachable()467 for (auto &OpIt : N->operands()) { in isAllDILocation() local468 Metadata *Op = OpIt.get(); in isAllDILocation()
770 for (auto &OpIt : Ops) { in deduceOperandElementType() local771 Value *Op = OpIt.first; in deduceOperandElementType()811 I->setOperand(OpIt.second, PtrCastI); in deduceOperandElementType()