Searched defs:CreatePointerCast (Results 1 – 5 of 5) sorted by relevance
124 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
193 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
130 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
204 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
3019 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, const Twine &Name, in CreatePointerCast() function in CastInst