HomeSort by: relevance | last modified time | path
    Searched refs:UniqueOperands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 701 SmallPtrSet<const Value*, 4> UniqueOperands;
710 if (!isa<Constant>(A) && UniqueOperands.insert(A).second) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 3081 SmallPtrSet<Instruction*, 4> UniqueOperands;
3086 if (UniqueOperands.insert(IVOpInst).second)

Completed in 26 milliseconds