Searched refs:UniqueOperands (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h576 SmallPtrSet<const Value*, 4> UniqueOperands; local
578 if (!isa<Constant>(A) && UniqueOperands.insert(A).second) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3069 SmallPtrSet<Instruction*, 4> UniqueOperands; local
3074 if (UniqueOperands.insert(IVOpInst).second)

Completed in 177 milliseconds