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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 102 Args[1] = CGF.Builder.CreateIntCast(
105 Args[2] = CGF.Builder.CreateIntCast(
CGBuiltin.cpp 274 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
291 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
312 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
329 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
344 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
694 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
700 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
    [all...]
CGExprScalar.cpp 582 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
628 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
828 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp 631 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 218 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/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 306 B.CreateIntCast(Char,
361 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true,
502 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 890 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false);
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 383 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
AddressSanitizer.cpp 310 SizeMinusOne = IRB.CreateIntCast(SizeMinusOne, IntptrTy, false);
466 LastAccessedByte = IRB.CreateIntCast(
    [all...]
  /external/llvm/include/llvm/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 520 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
    [all...]
InstCombineAddSub.cpp 491 return Builder->CreateIntCast(Result, Ty, true);
InstCombineLoadStoreAlloca.cpp 178 Value *V = Builder->CreateIntCast(AI.getArraySize(),
InstCombineCompares.cpp 456 Value *V = Builder->CreateIntCast(Idx, Ty, false);
564 VariableIdx = IC.Builder->CreateIntCast(VariableIdx, IntPtrTy,
    [all...]
InstructionCombining.cpp 843 *I = Builder->CreateIntCast(*I, IntPtrTy, true);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 686 milliseconds