• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/

Lines Matching defs:classof

49     static inline bool classof(const SCEVConstant *S) { return true; }
50 static inline bool classof(const SCEV *S) {
71 static inline bool classof(const SCEVCastExpr *S) { return true; }
72 static inline bool classof(const SCEV *S) {
91 static inline bool classof(const SCEVTruncateExpr *S) { return true; }
92 static inline bool classof(const SCEV *S) {
109 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; }
110 static inline bool classof(const SCEV *S) {
127 static inline bool classof(const SCEVSignExtendExpr *S) { return true; }
128 static inline bool classof(const SCEV *S) {
169 static inline bool classof(const SCEVNAryExpr *S) { return true; }
170 static inline bool classof(const SCEV *S) {
191 static inline bool classof(const SCEVCommutativeExpr *S) { return true; }
192 static inline bool classof(const SCEV *S) {
226 static inline bool classof(const SCEVAddExpr *S) { return true; }
227 static inline bool classof(const SCEV *S) {
245 static inline bool classof(const SCEVMulExpr *S) { return true; }
246 static inline bool classof(const SCEV *S) {
277 static inline bool classof(const SCEVUDivExpr *S) { return true; }
278 static inline bool classof(const SCEV *S) {
361 static inline bool classof(const SCEVAddRecExpr *S) { return true; }
362 static inline bool classof(const SCEV *S) {
383 static inline bool classof(const SCEVSMaxExpr *S) { return true; }
384 static inline bool classof(const SCEV *S) {
405 static inline bool classof(const SCEVUMaxExpr *S) { return true; }
406 static inline bool classof(const SCEV *S) {
452 static inline bool classof(const SCEVUnknown *S) { return true; }
453 static inline bool classof(const SCEV *S) {