Searched defs:CreatePointerCast (Results 1 – 5 of 5) sorted by relevance
159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
2498 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst2516 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
1615 func (b Builder) CreatePointerCast(val Value, t Type, name string) (v Value) { func