HomeSort by relevance Sort by last modified time
    Searched refs:FoldingSetNodeIDRef (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 40 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
62 SCEVCastExpr(const FoldingSetNodeIDRef ID,
85 SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
103 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
121 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
146 SCEVNAryExpr(const FoldingSetNodeIDRef ID,
184 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID,
211 SCEVAddExpr(const FoldingSetNodeIDRef ID,
237 SCEVMulExpr(const FoldingSetNodeIDRef ID,
259 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs
    [all...]
ScalarEvolution.h 62 FoldingSetNodeIDRef FastID;
100 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) :
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 28 // FoldingSetNodeIDRef Implementation
30 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
32 unsigned FoldingSetNodeIDRef::ComputeHash() const {
36 bool FoldingSetNodeIDRef::operator==(FoldingSetNodeIDRef RHS) const {
140 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
146 return *this == FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size());
151 bool FoldingSetNodeID::operator==(FoldingSetNodeIDRef RHS) const {
152 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) == RHS;
156 /// given allocator and return a FoldingSetNodeIDRef describing th
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 263 /// FoldingSetNodeIDRef - This class describes a reference to an interned
268 class FoldingSetNodeIDRef {
272 FoldingSetNodeIDRef() : Data(0), Size(0) {}
273 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {}
275 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
279 bool operator==(FoldingSetNodeIDRef) const;
298 FoldingSetNodeID(FoldingSetNodeIDRef Ref)
328 bool operator==(const FoldingSetNodeIDRef RHS) const;
331 /// given allocator and return a FoldingSetNodeIDRef describing the
333 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 300 SCEV(FoldingSetNodeIDRef(), scCouldNotCompute) {}
327 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID,
331 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
339 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
347 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
    [all...]

Completed in 1849 milliseconds