Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp593 for (Use &OpU : I->operands()) { in RecursivelyDeleteTriviallyDeadInstructions()
594 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions()
595 OpU.set(nullptr); in RecursivelyDeleteTriviallyDeadInstructions()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1196 for (const Use &OpU : I->operands()) { in ConstantFoldInstruction() local
1197 auto *Op = cast<Constant>(&OpU); in ConstantFoldInstruction()