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

  /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...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 384 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
385 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));
390 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
445 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
460 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
478 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
492 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
MemorySanitizer.cpp 620 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
631 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
646 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
656 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
664 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
    [all...]
AddressSanitizer.cpp 569 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
662 IRB.CreateAdd(IRB.CreatePointerCast(Addr, IntptrTy),
719 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 277 Builder.CreateStore(Builder.CreatePointerCast(Builder.CreateLoad(
289 Builder.CreateStore(Builder.CreatePointerCast(Builder.CreateLoad(
297 UsrData = Builder.CreatePointerCast(Builder.CreateLoad(
506 Builder.CreateStore(Builder.CreatePointerCast(Builder.CreateLoad(
519 Builder.CreateStore(Builder.CreatePointerCast(Builder.CreateLoad(
  /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/examples/ExceptionDemo/
ExceptionDemo.cpp 895 llvm::Value *cast = builder.CreatePointerCast(stringVar,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 696 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
702 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 183 milliseconds