Lines Matching refs:cast
112 // Methods for support type inquiry through isa, cast, and dyn_cast:
118 return isa<Instruction>(V) && classof(cast<Instruction>(V));
228 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
232 // Methods for support type inquiry through isa, cast, and dyn_cast:
238 return isa<Instruction>(V) && classof(cast<Instruction>(V));
351 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
354 // Methods for support type inquiry through isa, cast, and dyn_cast:
360 return isa<Instruction>(V) && classof(cast<Instruction>(V));
426 // Methods for support type inquiry through isa, cast, and dyn_cast:
432 return isa<Instruction>(V) && classof(cast<Instruction>(V));
523 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
526 // Methods for support type inquiry through isa, cast, and dyn_cast:
532 return isa<Instruction>(V) && classof(cast<Instruction>(V));
667 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
670 // Methods for support type inquiry through isa, cast, and dyn_cast:
676 return isa<Instruction>(V) && classof(cast<Instruction>(V));
795 return cast<PointerType>(getType())->getAddressSpace();
830 // Methods for support type inquiry through isa, cast, and dyn_cast:
836 return isa<Instruction>(V) && classof(cast<Instruction>(V));
852 cast<PointerType>(Ptr->getType())
866 cast<PointerType>(Ptr->getType())
1018 // Methods for support type inquiry through isa, cast, and dyn_cast:
1024 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1128 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
1134 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1345 // Methods for support type inquiry through isa, cast, and dyn_cast:
1351 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1367 : Instruction(cast<FunctionType>(cast<PointerType>(Func->getType())
1377 : Instruction(cast<FunctionType>(cast<PointerType>(Func->getType())
1451 // Methods for support type inquiry through isa, cast, and dyn_cast:
1457 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1494 // Methods for support type inquiry through isa, cast, and dyn_cast:
1500 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1548 // Methods for support type inquiry through isa, cast, and dyn_cast:
1554 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1607 // Methods for support type inquiry through isa, cast, and dyn_cast:
1613 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1665 // Methods for support type inquiry through isa, cast, and dyn_cast:
1671 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1761 // Methods for support type inquiry through isa, cast, and dyn_cast:
1767 return isa<Instruction>(V) && classof(cast<Instruction>(V));
1883 // Methods for support type inquiry through isa, cast, and dyn_cast:
1889 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2100 /// Methods for support type inquiry through isa, cast, and dyn_cast:
2106 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2208 // Methods for support type inquiry through isa, cast, and dyn_cast:
2214 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2277 // Methods for support type inquiry through isa, cast, and dyn_cast:
2283 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2377 // Methods for support type inquiry through isa, cast, and dyn_cast:
2383 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2452 return cast<BasicBlock>(getOperand(1));
2514 return cast<BasicBlock>(getOperand(idx*2+1));
2535 // Methods for support type inquiry through isa, cast, and dyn_cast:
2541 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2628 return cast<BasicBlock>(getOperand(i+1));
2634 // Methods for support type inquiry through isa, cast, and dyn_cast:
2640 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2814 return cast<BasicBlock>(Op<-2>());
2817 return cast<BasicBlock>(Op<-1>());
2842 // Methods for support type inquiry through isa, cast, and dyn_cast:
2848 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2871 : TerminatorInst(cast<FunctionType>(cast<PointerType>(Func->getType())
2882 : TerminatorInst(cast<FunctionType>(cast<PointerType>(Func->getType())
2914 // Methods for support type inquiry through isa, cast, and dyn_cast:
2920 return isa<Instruction>(V) && classof(cast<Instruction>(V));
2958 // Methods for support type inquiry through isa, cast, and dyn_cast:
2964 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3003 // Methods for support type inquiry through isa, cast, and dyn_cast:
3009 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3044 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3050 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3081 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3087 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3118 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3124 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3155 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3161 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3192 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3198 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3206 /// @brief This class represents a cast unsigned integer to floating point.
3229 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3235 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3243 /// @brief This class represents a cast from signed integer to floating point.
3266 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3272 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3280 /// @brief This class represents a cast from floating point to unsigned integer
3303 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3309 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3317 /// @brief This class represents a cast from floating point to signed integer.
3340 /// @brief Methods for support type inquiry through isa, cast, and dyn_cast:
3346 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3354 /// @brief This class represents a cast from an integer to a pointer.
3376 // Methods for support type inquiry through isa, cast, and dyn_cast:
3382 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3390 /// @brief This class represents a cast from a pointer to an integer
3413 // Methods for support type inquiry through isa, cast, and dyn_cast:
3419 return isa<Instruction>(V) && classof(cast<Instruction>(V));
3427 /// @brief This class represents a no-op cast from one type to another.
3450 // Methods for support type inquiry through isa, cast, and dyn_cast:
3456 return isa<Instruction>(V) && classof(cast<Instruction>(V));