Home
last modified time | relevance | path

Searched refs:CreatePointerCast (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp299 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
300 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
307 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
DAddressSanitizer.cpp260 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentMemIntrinsicParam()
337 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
511 IRB.CreatePointerCast(AllGlobals, IntptrTy), in insertGlobalRedzones()
526 IRB.CreatePointerCast(AllGlobals, IntptrTy), in insertGlobalRedzones()
863 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy); in poisonStackInFunction()
903 Value *Description = IRB.CreatePointerCast( in poisonStackInFunction()
/external/clang/lib/CodeGen/
DCGCUDANV.cpp101 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy); in EmitDeviceStubBody()
117 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy); in EmitDeviceStubBody()
/external/llvm/include/llvm/Support/
DNoFolder.h206 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
207 return CastInst::CreatePointerCast(C, DestTy); in CreatePointerCast()
DConstantFolder.h159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
DTargetFolder.h179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
DIRBuilder.h1021 Value *CreatePointerCast(Value *V, Type *DestTy,
1026 return Insert(Folder.CreatePointerCast(VC, DestTy), Name);
1027 return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
/external/llvm/include/llvm/
DInstrTypes.h466 static CastInst *CreatePointerCast(
474 static CastInst *CreatePointerCast(
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp898 llvm::Value *cast = builder.CreatePointerCast(stringVar, in generateStringPrint()
1270 builder.CreatePointerCast(unwindException, in createCatchWrappedInvokeFunction()
1303 llvm::Value *typeInfoThrown = builder.CreatePointerCast( in createCatchWrappedInvokeFunction()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp673 cpyDest = CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), in performCallSlotOptzn()
679 CS.setArgument(i, CastInst::CreatePointerCast(cpyDest, in performCallSlotOptzn()
DLoopStrengthReduce.cpp2754 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain"); in GenerateIVChain()
/external/llvm/lib/VMCore/
DInstructions.cpp2361 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
2374 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
DCore.cpp2171 return wrap(unwrap(B)->CreatePointerCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildPointerCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2215 See the method [llvm::LLVMBuilder::CreatePointerCast]. *)