Searched defs:CreatePtrToInt (Results 1 – 5 of 5) sorted by relevance
145 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
208 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
147 Value *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
216 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
1717 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func