Searched defs:CreateIntToPtr (Results 1 – 5 of 5) sorted by relevance
141 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
204 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
144 Value *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
213 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr() function
1723 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func