HomeSort by relevance Sort by last modified time
    Searched refs:CreateIntCast (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 485 IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false),
486 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false)});
493 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false)});
533 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
550 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
564 IRB.CreateIntCast(CASI->getCompareOperand(), Ty, false),
565 IRB.CreateIntCast(CASI->getNewValOperand(), Ty, false),
SanitizerCoverage.cpp 393 Cond = IRB.CreateIntCast(Cond, Int64Ty, false);
426 IRB.CreateIntCast(A0, Int64Ty, true),
427 IRB.CreateIntCast(A1, Int64Ty, true)});
MemorySanitizer.cpp 654 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false);
    [all...]
AddressSanitizer.cpp     [all...]
SafeStack.cpp 608 ArraySize = IRB.CreateIntCast(ArraySize, IntPtrTy, false);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 475 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
486 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
498 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
503 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 139 Args[1] = CGF.Builder.CreateIntCast(
142 Args[2] = CGF.Builder.CreateIntCast(
CGExpr.cpp 731 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned);
732 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);
    [all...]
CGExprScalar.cpp 801 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGBuiltin.cpp 528 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
545 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
566 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
583 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
598 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
    [all...]
CGAtomic.cpp     [all...]
CGException.cpp     [all...]
CodeGenFunction.cpp     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 239 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 174 Constant *CreateIntCast(Constant *C, Type *DestTy,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 169 Constant *CreateIntCast(Constant *C, Type *DestTy,
NoFolder.h 222 Instruction *CreateIntCast(Constant *C, Type *DestTy,
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 300 B.CreateIntCast(Char,
359 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true,
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 216 Value *V = IC.Builder->CreateIntCast(AI.getArraySize(), IntPtrTy, false);
    [all...]
InstCombineCasts.cpp 602 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
    [all...]
InstCombineAddSub.cpp     [all...]

Completed in 1231 milliseconds

1 2