Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantFolder.h160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
HDNoFolder.h219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetFolder.h180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp2347 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
2365 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst