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(
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...]
CGExprScalar.cpp 698 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
743 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
    [all...]
CGExpr.cpp 709 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned);
710 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);
    [all...]
CGAtomic.cpp 588 Order = Builder.CreateIntCast(Order, Builder.getInt32Ty(), false);
    [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp 669 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 220 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 461 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
472 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
483 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
488 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 461 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
479 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
493 IRB.CreateIntCast(CASI->getCompareOperand(), Ty, false),
494 IRB.CreateIntCast(CASI->getNewValOperand(), Ty, false),
MemorySanitizer.cpp     [all...]
AddressSanitizer.cpp 563 Size = IRB.CreateIntCast(Size, IntptrTy, false);
708 LastAccessedByte = IRB.CreateIntCast(
    [all...]
  /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 456 Value *V = Builder->CreateIntCast(Idx, Ty, false);
564 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 1104 milliseconds

1 2