Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h186 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
H A DNoFolder.h255 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2665 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
2683 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst