Home
last modified time | relevance | path

Searched defs:CreatePointerCast (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function
H A DConstantFolder.h190 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h124 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function
H A DTargetFolder.h198 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { CreatePointerCast() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3425 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, CreatePointerCast() function in CastInst
3444 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, CreatePointerCast() function in CastInst