Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
H A DConstantFolder.h182 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h131 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
H A DTargetFolder.h200 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3446 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
3465 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst