HomeSort by relevance Sort by last modified time
    Searched refs:CreatePointerCast (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 414 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
415 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
421 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
426 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
474 IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
480 IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
481 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
507 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
522 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
540 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy)
    [all...]
MemorySanitizer.cpp 631 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
642 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
657 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
667 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
675 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
    [all...]
AddressSanitizer.cpp 588 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
681 IRB.CreateAdd(IRB.CreatePointerCast(Addr, IntptrTy),
738 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 100 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
116 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
CGBlocks.cpp     [all...]
TargetInfo.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 361 UsrData = Builder.CreatePointerCast(Builder.CreateLoad(
400 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
406 InPtr = Builder.CreatePointerCast(InPtr, InTy);
553 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
559 InPtr = Builder.CreatePointerCast(InPtr, InTy);
  /external/llvm/include/llvm/Support/
NoFolder.h 218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const {
219 return CastInst::CreatePointerCast(C, DestTy);
ConstantFolder.h 159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
TargetFolder.h 179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
InstrTypes.h 463 static CastInst *CreatePointerCast(
471 static CastInst *CreatePointerCast(
    [all...]
IRBuilder.h     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 207 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
210 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 927 llvm::Value *cast = builder.CreatePointerCast(stringVar,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 702 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
708 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 416 milliseconds