Searched defs:CreatePtrToInt (Results 1 – 4 of 4) sorted by relevance
253 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
219 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
204 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt() function
1751 func (b Builder) CreatePtrToInt(val Value, t Type, name string) (v Value) { func