Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp360 for (User *OpU : Op->users()) { in deduceElementTypeByUsersDeep()
361 if (Instruction *Inst = dyn_cast<Instruction>(OpU)) { in deduceElementTypeByUsersDeep()
1577 for (User *OpU : OpArg->users()) { in deduceFunParamElementType()
1578 Instruction *Inst = dyn_cast<Instruction>(OpU); in deduceFunParamElementType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp596 for (Use &OpU : I->operands()) { in RecursivelyDeleteTriviallyDeadInstructions()
597 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions()
598 OpU.set(nullptr); in RecursivelyDeleteTriviallyDeadInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1150 for (const Use &OpU : I->operands()) { in ConstantFoldInstruction() local
1151 auto *Op = cast<Constant>(&OpU); in ConstantFoldInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2565 for (Use &OpU : VI->operands()) { in removeInstructionsAndOperands()
2566 Value *OpV = OpU.get(); in removeInstructionsAndOperands()
2569 OpU.set(nullptr); in removeInstructionsAndOperands()