Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h124 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
H A DConstantFolder.h193 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h130 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
H A DTargetFolder.h204 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3019 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, const Twine &Name, in CreatePointerCast() function in CastInst