Searched refs:CreatePointerCast (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp410 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
411 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
417 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
422 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
470 IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
476 IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
477 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
503 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
518 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
536 Value *Args[] = {IRB.CreatePointerCast(Add
[all...]
H A DMemorySanitizer.cpp753 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
764 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
779 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
789 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
797 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
1374 A = IRB.CreatePointerCast(A, Sa->getType());
1375 B = IRB.CreatePointerCast(B, Sb->getType());
1447 A = IRB.CreatePointerCast(A, Sa->getType());
1448 B = IRB.CreatePointerCast(B, Sb->getType());
1558 IRB.CreatePointerCast(
[all...]
H A DAddressSanitizer.cpp616 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
727 IRB.CreateAdd(IRB.CreatePointerCast(Addr, IntptrTy),
784 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1053 IRB.CreatePointerCast(AllGlobals, IntptrTy),
1064 IRB.CreatePointerCast(AllGlobals, IntptrTy),
1201 IRB.CreateCall(AsanCovFunction, IRB.CreatePointerCast(&F, IntptrTy));
1490 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy);
1564 Value *Description = IRB.CreatePointerCast(StackDescriptionGlobal,
1572 IRB.CreateStore(IRB.CreatePointerCast(&F, IntptrTy), BasePlus2);
1633 Value *AddrArg = IRB.CreatePointerCast(
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp100 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
116 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
H A DTargetInfo.cpp5423 return Builder.CreatePointerCast(ArgAddr, ArgPtrTy, "arg.addr");
5527 Val = Builder.CreatePointerCast(AP, ArgPtrTy);
5536 Val = Builder.CreatePointerCast(ArgAddr, ArgPtrTy);
H A DCGBlocks.cpp2202 llvm::Value *BC = Builder.CreatePointerCast(ByrefInfoAddr, DesTy);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DNoFolder.h218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
219 return CastInst::CreatePointerCast(C, DestTy);
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
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h463 static CastInst *CreatePointerCast(
471 static CastInst *CreatePointerCast(
H A DIRBuilder.h1172 Value *CreatePointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1177 return Insert(Folder.CreatePointerCast(VC, DestTy), Name);
1178 return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp705 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
711 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
H A DLoopStrengthReduce.cpp2904 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain");
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2442 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, function in class:CastInst
2464 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, function in class:CastInst
H A DCore.cpp2358 return wrap(unwrap(B)->CreatePointerCast(unwrap(Val), unwrap(DestTy), Name));
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1623 Count = BypassBuilder.CreatePointerCast(Count, IdxTy, "ptrcnt.to.int");

Completed in 375 milliseconds