Searched defs:CreatePointerCast (Results 1 – 5 of 5) sorted by relevance
160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
2663 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst2681 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
1623 func (b Builder) CreatePointerCast(val Value, t Type, name string) (v Value) { func