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

1 2

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 101 Args[1] = CGF.Builder.CreateIntCast(
104 Args[2] = CGF.Builder.CreateIntCast(
CGExprScalar.cpp 733 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
778 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
    [all...]
CGBuiltin.cpp 302 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
319 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
340 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
357 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
372 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
729 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
735 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
    [all...]
CGExpr.cpp 649 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned);
650 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);
    [all...]
CGAtomic.cpp 666 Order = Builder.CreateIntCast(Order, Builder.getInt32Ty(), false);
    [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp 690 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 475 IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false),
476 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false));
482 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false));
523 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
541 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
555 IRB.CreateIntCast(CASI->getCompareOperand(), Ty, false),
556 IRB.CreateIntCast(CASI->getNewValOperand(), Ty, false),
MemorySanitizer.cpp     [all...]
AddressSanitizer.cpp 582 Size = IRB.CreateIntCast(Size, IntptrTy, false);
727 LastAccessedByte = IRB.CreateIntCast(
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 228 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 467 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
478 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
489 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
494 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
  /external/llvm/include/llvm/Support/
ConstantFolder.h 162 Constant *CreateIntCast(Constant *C, Type *DestTy,
NoFolder.h 221 Instruction *CreateIntCast(Constant *C, Type *DestTy,
TargetFolder.h 173 Constant *CreateIntCast(Constant *C, Type *DestTy,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 328 B.CreateIntCast(Char,
387 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true,
532 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
SimplifyLibCalls.cpp 217 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 529 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
    [all...]
InstCombineLoadStoreAlloca.cpp 159 Value *V = Builder->CreateIntCast(AI.getArraySize(),
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 489 Value *V = Builder->CreateIntCast(Idx, Ty, false);
598 VariableIdx = IC.Builder->CreateIntCast(VariableIdx, IntPtrTy,
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 231 milliseconds

1 2