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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 102 Args[1] = CGF.Builder.CreateIntCast(
105 Args[2] = CGF.Builder.CreateIntCast(
CGBuiltin.cpp 242 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
257 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
277 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
294 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
309 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
638 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
644 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
    [all...]
CGExprScalar.cpp 589 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
638 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
840 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp 435 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 466 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
477 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
488 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
493 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 243 B.CreateIntCast(Char,
291 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true,
419 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
  /external/llvm/include/llvm/Support/
ConstantFolder.h 162 Constant *CreateIntCast(Constant *C, Type *DestTy,
NoFolder.h 209 Instruction *CreateIntCast(Constant *C, Type *DestTy,
TargetFolder.h 173 Constant *CreateIntCast(Constant *C, Type *DestTy,
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 833 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false);
    [all...]
CodeGenPrepare.cpp 842 V = Builder.CreateIntCast(V, IntPtrTy, /*isSigned=*/true, "sunkaddr");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 442 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
525 return Builder->CreateIntCast(Result, Ty, true);
InstCombineLoadStoreAlloca.cpp 31 Value *V = Builder->CreateIntCast(AI.getArraySize(),
InstCombineCasts.cpp 522 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
    [all...]
InstructionCombining.cpp 833 *I = Builder->CreateIntCast(*I, IntPtrTy, true);
    [all...]
InstCombineCompares.cpp 450 Value *V = Builder->CreateIntCast(Idx, Ty, false);
558 VariableIdx = IC.Builder->CreateIntCast(VariableIdx, IntPtrTy,
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 305 milliseconds