Searched defs:CreatePointerCast (Results 1 – 5 of 5) sorted by relevance
125 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
194 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
132 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
205 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
3082 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, const Twine &Name, in CreatePointerCast() function in CastInst