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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DConstantFolder.h159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
H A DNoFolder.h218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIRBuilder.h1088 Value *CreatePointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp2367 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, function in class:CastInst
2380 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, function in class:CastInst

Completed in 221 milliseconds