Searched defs:CreatePtrToInt (Results 1 – 4 of 4) sorted by relevance
183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { in CreatePtrToInt() function
1573 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func