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

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 404 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
405 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
411 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
416 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
449 IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
455 IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
456 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
482 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
497 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
515 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy)
    [all...]
AddressSanitizer.cpp 642 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
643 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
648 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
723 Param[i] = IRB.CreatePointerCast(Param[i], IntptrTy);
779 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
    [all...]
MemorySanitizer.cpp 571 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
    [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);
TargetInfo.cpp     [all...]
CGBlocks.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 200 Builder->CreatePointerCast(Loads[0].POP.Pointer,
204 Builder->CreatePointerCast(
MemCpyOptimizer.cpp 711 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
717 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const {
219 return CastInst::CreatePointerCast(C, DestTy);
InstrTypes.h 463 static CastInst *CreatePointerCast(
471 static CastInst *CreatePointerCast(
    [all...]
ConstantFolder.h 159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 408 UsrData = Builder.CreatePointerCast(Builder.CreateLoad(
446 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
453 InPtr = Builder.CreatePointerCast(InPtr, InTy);
693 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
709 InPtr = Builder.CreatePointerCast(InPtr, InTypes[Index]);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 927 llvm::Value *cast = builder.CreatePointerCast(stringVar,
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 284 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
287 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty);
  /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 544 milliseconds