Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp456 for (Use &OpU : I.operands()) { in RecursivelyDeleteTriviallyDeadInstructions()
457 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions()
458 OpU.set(nullptr); in RecursivelyDeleteTriviallyDeadInstructions()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1007 for (const Use &OpU : I->operands()) { in ConstantFoldInstruction() local
1008 auto *Op = cast<Constant>(&OpU); in ConstantFoldInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1130 for (const Use &OpU : I->operands()) { in ConstantFoldInstruction() local
1131 auto *Op = cast<Constant>(&OpU); in ConstantFoldInstruction()