Lines Matching refs:classof

113   static inline bool classof(const AllocaInst *) { return true; }
114 static inline bool classof(const Instruction *I) {
117 static inline bool classof(const Value *V) {
118 return isa<Instruction>(V) && classof(cast<Instruction>(V));
233 static inline bool classof(const LoadInst *) { return true; }
234 static inline bool classof(const Instruction *I) {
237 static inline bool classof(const Value *V) {
238 return isa<Instruction>(V) && classof(cast<Instruction>(V));
355 static inline bool classof(const StoreInst *) { return true; }
356 static inline bool classof(const Instruction *I) {
359 static inline bool classof(const Value *V) {
360 return isa<Instruction>(V) && classof(cast<Instruction>(V));
427 static inline bool classof(const FenceInst *) { return true; }
428 static inline bool classof(const Instruction *I) {
431 static inline bool classof(const Value *V) {
432 return isa<Instruction>(V) && classof(cast<Instruction>(V));
527 static inline bool classof(const AtomicCmpXchgInst *) { return true; }
528 static inline bool classof(const Instruction *I) {
531 static inline bool classof(const Value *V) {
532 return isa<Instruction>(V) && classof(cast<Instruction>(V));
671 static inline bool classof(const AtomicRMWInst *) { return true; }
672 static inline bool classof(const Instruction *I) {
675 static inline bool classof(const Value *V) {
676 return isa<Instruction>(V) && classof(cast<Instruction>(V));
850 static inline bool classof(const GetElementPtrInst *) { return true; }
851 static inline bool classof(const Instruction *I) {
854 static inline bool classof(const Value *V) {
855 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1032 static inline bool classof(const ICmpInst *) { return true; }
1033 static inline bool classof(const Instruction *I) {
1036 static inline bool classof(const Value *V) {
1037 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1142 static inline bool classof(const FCmpInst *) { return true; }
1143 static inline bool classof(const Instruction *I) {
1146 static inline bool classof(const Value *V) {
1147 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1359 static inline bool classof(const CallInst *) { return true; }
1360 static inline bool classof(const Instruction *I) {
1363 static inline bool classof(const Value *V) {
1364 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1465 static inline bool classof(const SelectInst *) { return true; }
1466 static inline bool classof(const Instruction *I) {
1469 static inline bool classof(const Value *V) {
1470 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1508 static inline bool classof(const VAArgInst *) { return true; }
1509 static inline bool classof(const Instruction *I) {
1512 static inline bool classof(const Value *V) {
1513 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1562 static inline bool classof(const ExtractElementInst *) { return true; }
1563 static inline bool classof(const Instruction *I) {
1566 static inline bool classof(const Value *V) {
1567 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1621 static inline bool classof(const InsertElementInst *) { return true; }
1622 static inline bool classof(const Instruction *I) {
1625 static inline bool classof(const Value *V) {
1626 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1702 static inline bool classof(const ShuffleVectorInst *) { return true; }
1703 static inline bool classof(const Instruction *I) {
1706 static inline bool classof(const Value *V) {
1707 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1798 static inline bool classof(const ExtractValueInst *) { return true; }
1799 static inline bool classof(const Instruction *I) {
1802 static inline bool classof(const Value *V) {
1803 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1920 static inline bool classof(const InsertValueInst *) { return true; }
1921 static inline bool classof(const Instruction *I) {
1924 static inline bool classof(const Value *V) {
1925 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2137 static inline bool classof(const PHINode *) { return true; }
2138 static inline bool classof(const Instruction *I) {
2141 static inline bool classof(const Value *V) {
2142 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2245 static inline bool classof(const LandingPadInst *) { return true; }
2246 static inline bool classof(const Instruction *I) {
2249 static inline bool classof(const Value *V) {
2250 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2314 static inline bool classof(const ReturnInst *) { return true; }
2315 static inline bool classof(const Instruction *I) {
2318 static inline bool classof(const Value *V) {
2319 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2414 static inline bool classof(const BranchInst *) { return true; }
2415 static inline bool classof(const Instruction *I) {
2418 static inline bool classof(const Value *V) {
2419 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2708 static inline bool classof(const SwitchInst *) { return true; }
2709 static inline bool classof(const Instruction *I) {
2712 static inline bool classof(const Value *V) {
2713 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2807 static inline bool classof(const IndirectBrInst *) { return true; }
2808 static inline bool classof(const Instruction *I) {
2811 static inline bool classof(const Value *V) {
2812 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3015 static inline bool classof(const InvokeInst *) { return true; }
3016 static inline bool classof(const Instruction *I) {
3019 static inline bool classof(const Value *V) {
3020 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3095 static inline bool classof(const ResumeInst *) { return true; }
3096 static inline bool classof(const Instruction *I) {
3099 static inline bool classof(const Value *V) {
3100 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3140 static inline bool classof(const UnreachableInst *) { return true; }
3141 static inline bool classof(const Instruction *I) {
3144 static inline bool classof(const Value *V) {
3145 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3181 static inline bool classof(const TruncInst *) { return true; }
3182 static inline bool classof(const Instruction *I) {
3185 static inline bool classof(const Value *V) {
3186 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3218 static inline bool classof(const ZExtInst *) { return true; }
3219 static inline bool classof(const Instruction *I) {
3222 static inline bool classof(const Value *V) {
3223 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3255 static inline bool classof(const SExtInst *) { return true; }
3256 static inline bool classof(const Instruction *I) {
3259 static inline bool classof(const Value *V) {
3260 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3292 static inline bool classof(const FPTruncInst *) { return true; }
3293 static inline bool classof(const Instruction *I) {
3296 static inline bool classof(const Value *V) {
3297 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3329 static inline bool classof(const FPExtInst *) { return true; }
3330 static inline bool classof(const Instruction *I) {
3333 static inline bool classof(const Value *V) {
3334 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3366 static inline bool classof(const UIToFPInst *) { return true; }
3367 static inline bool classof(const Instruction *I) {
3370 static inline bool classof(const Value *V) {
3371 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3403 static inline bool classof(const SIToFPInst *) { return true; }
3404 static inline bool classof(const Instruction *I) {
3407 static inline bool classof(const Value *V) {
3408 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3440 static inline bool classof(const FPToUIInst *) { return true; }
3441 static inline bool classof(const Instruction *I) {
3444 static inline bool classof(const Value *V) {
3445 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3477 static inline bool classof(const FPToSIInst *) { return true; }
3478 static inline bool classof(const Instruction *I) {
3481 static inline bool classof(const Value *V) {
3482 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3513 static inline bool classof(const IntToPtrInst *) { return true; }
3514 static inline bool classof(const Instruction *I) {
3517 static inline bool classof(const Value *V) {
3518 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3550 static inline bool classof(const PtrToIntInst *) { return true; }
3551 static inline bool classof(const Instruction *I) {
3554 static inline bool classof(const Value *V) {
3555 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3587 static inline bool classof(const BitCastInst *) { return true; }
3588 static inline bool classof(const Instruction *I) {
3591 static inline bool classof(const Value *V) {
3592 return isa<Instruction>(V) && classof(cast<Instruction>(V));