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

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp249 IRB.CreatePointerCast(RealGuardArray, Int32PtrTy));
263 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy));
278 {IRB.CreatePointerCast(RealGuardArray, Int32PtrTy),
281 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)
283 IRB.CreatePointerCast(ModuleName, Int8PtrTy)});
369 {IRB.CreatePointerCast(Callee, IntptrTy),
370 IRB.CreatePointerCast(CalleeCache, IntptrTy)});
407 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)});
464 IRB.CreatePointerCast(GuardArray, IntptrTy),
490 IRB.CreatePointerCast(EightBitCounterArra
[all...]
H A DThreadSanitizer.cpp429 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
430 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())});
436 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
450 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
484 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
491 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
492 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
518 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
532 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
549 Value *Args[] = {IRB.CreatePointerCast(Add
[all...]
H A DMemorySanitizer.cpp672 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));
718 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
920 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy);
974 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
984 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
992 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
1677 A = IRB.CreatePointerCast(A, Sa->getType());
1678 B = IRB.CreatePointerCast(B, Sb->getType());
1750 A = IRB.CreatePointerCast(A, Sa->getType());
1751 B = IRB.CreatePointerCast(
[all...]
H A DAddressSanitizer.cpp838 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
839 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
844 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
953 Param[i] = IRB.CreatePointerCast(Param[i], IntptrTy);
1072 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1133 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
1409 {IRB.CreatePointerCast(AllGlobals, IntptrTy),
1420 {IRB.CreatePointerCast(AllGlobals, IntptrTy),
1813 return IRB.CreatePointerCast(Alloca, IntptrTy);
1967 Value *Description = IRB.CreatePointerCast(StackDescriptionGloba
[all...]
H A DInstrProfiling.cpp493 IRB.CreateCall(SetNameF, IRB.CreatePointerCast(ProfileName, Int8PtrTy));
H A DSafeStack.cpp632 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType());
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp200 Builder->CreatePointerCast(Loads[0].POP.Pointer,
204 Builder->CreatePointerCast(
H A DMemCpyOptimizer.cpp727 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
733 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
H A DLoopStrengthReduce.cpp2942 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain");
/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp138 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
154 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
H A DCGOpenMPRuntime.cpp1065 CGF.Builder.CreatePointerCast(VDAddr.getPointer(),
1085 CGF.Builder.CreatePointerCast(VDAddr.getPointer(),
/external/llvm/include/llvm/IR/
H A DNoFolder.h219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
220 return CastInst::CreatePointerCast(C, DestTy);
H A DConstantFolder.h160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DInstrTypes.h662 static CastInst *CreatePointerCast(
670 static CastInst *CreatePointerCast(
H A DIRBuilder.h1352 Value *CreatePointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1357 return Insert(Folder.CreatePointerCast(VC, DestTy), Name);
1358 return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp929 llvm::Value *cast = builder.CreatePointerCast(stringVar,
1299 builder.CreatePointerCast(unwindException,
1332 llvm::Value *typeInfoThrown = builder.CreatePointerCast(
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp284 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
287 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty);
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp506 Value *Op = Builder.CreatePointerCast(CI->getArgOperand(0),
H A DInstructions.cpp2663 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty,
2681 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty,
H A DCore.cpp2702 return wrap(unwrap(B)->CreatePointerCast(unwrap(Val), unwrap(DestTy), Name));
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2681 CastInst::CreatePointerCast(TripCount, IdxTy,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2394 See the method [llvm::LLVMBuilder::CreatePointerCast]. *)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10018 return IRB.CreatePointerCast(

Completed in 361 milliseconds