Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h33 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;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp211 auto OpIt = SeenInsts.find(OI); in calcRange() local
212 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp443 for (auto &OpIt : N->operands()) { in isDILocationReachable() local
444 Metadata *Op = OpIt.get(); in isDILocationReachable()
467 for (auto &OpIt : N->operands()) { in isAllDILocation() local
468 Metadata *Op = OpIt.get(); in isAllDILocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp770 for (auto &OpIt : Ops) { in deduceOperandElementType() local
771 Value *Op = OpIt.first; in deduceOperandElementType()
811 I->setOperand(OpIt.second, PtrCastI); in deduceOperandElementType()