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.cpp518 for (User *OpU : Op->users()) { in deduceElementTypeByUsersDeep()
519 if (Instruction *Inst = dyn_cast<Instruction>(OpU)) { in deduceElementTypeByUsersDeep()
2142 for (User *OpU : OpArg->users()) { in deduceFunParamElementType()
2143 Instruction *Inst = dyn_cast<Instruction>(OpU); in deduceFunParamElementType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp595 for (Use &OpU : I->operands()) { in RecursivelyDeleteTriviallyDeadInstructions()
596 Value *OpV = OpU.get(); in RecursivelyDeleteTriviallyDeadInstructions()
597 OpU.set(nullptr); in RecursivelyDeleteTriviallyDeadInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1174 for (const Use &OpU : I->operands()) { in ConstantFoldInstruction() local
1175 auto *Op = cast<Constant>(&OpU); in ConstantFoldInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3342 for (Use &OpU : VI->operands()) { in removeInstructionsAndOperands()
3343 Value *OpV = OpU.get(); in removeInstructionsAndOperands()
3346 OpU.set(nullptr); in removeInstructionsAndOperands()