Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h189 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
DNoFolder.h258 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h182 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2831 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
2849 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst