Searched defs:CreateIntToPtr (Results 1 – 7 of 7) sorted by relevance
173 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
185 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
220 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const { in CreateIntToPtr() function
1587 func (b Builder) CreateIntToPtr(val Value, t Type, name string) (v Value) { func