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