Searched defs:PtrToIntInst (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h3387 // PtrToIntInst Class
3391 class PtrToIntInst : public CastInst { class in inherits:CastInst
3393 /// @brief Clone an identical PtrToIntInst
3394 virtual PtrToIntInst *clone_impl() const;
3398 PtrToIntInst(
3406 PtrToIntInst(
3414 static inline bool classof(const PtrToIntInst *) { return true; }
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2262 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore);
2285 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd);
2771 PtrToIntInst::PtrToIntInst( function in class:PtrToIntInst
2777 PtrToIntInst::PtrToIntInst( function in class:PtrToIntInst
3412 PtrToIntInst *PtrToIntInst::clone_impl() const {
3413 return new PtrToIntInst(getOperand(0), getType());
/external/llvm/include/llvm/IR/
H A DInstructions.h4795 // PtrToIntInst Class
4799 class PtrToIntInst : public CastInst { class in namespace:llvm
4803 /// \brief Clone an identical PtrToIntInst
4804 PtrToIntInst *cloneImpl() const;
4808 PtrToIntInst(
4816 PtrToIntInst(

Completed in 159 milliseconds