reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
289 bool operator==(FoldingSetNodeIDRef) const; 291 bool operator!=(FoldingSetNodeIDRef RHS) const { return !(*this == RHS); } 295 bool operator<(FoldingSetNodeIDRef) const; 313 FoldingSetNodeID(FoldingSetNodeIDRef Ref) 341 bool operator==(const FoldingSetNodeIDRef RHS) const; 344 bool operator!=(const FoldingSetNodeIDRef RHS) const { return !(*this ==RHS);} 349 bool operator<(const FoldingSetNodeIDRef RHS) const; 354 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;include/llvm/Analysis/ScalarEvolution.h
81 FoldingSetNodeIDRef FastID; 121 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy, 203 FoldingSetNodeIDRef FastID; 215 SCEVPredicate(const FoldingSetNodeIDRef ID, SCEVPredicateKind Kind); 271 SCEVEqualPredicate(const FoldingSetNodeIDRef ID, const SCEV *LHS, 372 explicit SCEVWrapPredicate(const FoldingSetNodeIDRef ID,include/llvm/Analysis/ScalarEvolutionExpressions.h
52 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) : 80 SCEVCastExpr(const FoldingSetNodeIDRef ID, 100 SCEVTruncateExpr(const FoldingSetNodeIDRef ID, 115 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, 130 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, 151 SCEVNAryExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, 203 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, 225 SCEVAddExpr(const FoldingSetNodeIDRef ID, 247 SCEVMulExpr(const FoldingSetNodeIDRef ID, 265 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs) 301 SCEVAddRecExpr(const FoldingSetNodeIDRef ID, 378 SCEVMinMaxExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, 411 SCEVSMaxExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) 425 SCEVUMaxExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) 439 SCEVSMinExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) 453 SCEVUMinExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) 478 SCEVUnknown(const FoldingSetNodeIDRef ID, Value *V,include/llvm/CodeGen/SelectionDAG.h
92 FoldingSetNodeIDRef FastID; 100 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) :lib/Analysis/ScalarEvolution.cpp
441 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, 445 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID, 452 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, 459 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, 12240 SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID, 12244 SCEVEqualPredicate::SCEVEqualPredicate(const FoldingSetNodeIDRef ID, 12268 SCEVWrapPredicate::SCEVWrapPredicate(const FoldingSetNodeIDRef ID,lib/Support/FoldingSet.cpp
33 bool FoldingSetNodeIDRef::operator==(FoldingSetNodeIDRef RHS) const { 40 bool FoldingSetNodeIDRef::operator<(FoldingSetNodeIDRef RHS) const { 157 bool FoldingSetNodeID::operator==(FoldingSetNodeIDRef RHS) const { 167 bool FoldingSetNodeID::operator<(FoldingSetNodeIDRef RHS) const { 174 FoldingSetNodeIDRef