Searched defs:CreatePointerCast (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | NoFolder.h | 119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function |
H A D | ConstantFolder.h | 190 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | InstSimplifyFolder.h | 124 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function |
H A D | TargetFolder.h | 198 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 3425 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, CreatePointerCast() function in CastInst |