HomeSort by relevance Sort by last modified time
    Searched refs:CreateIntCast (Results 1 - 25 of 27) 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 736 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
781 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv");
    [all...]
CGExpr.cpp 660 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned);
661 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false);
    [all...]
CGBuiltin.cpp 306 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
323 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
344 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
361 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
376 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
741 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
747 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
    [all...]
CGAtomic.cpp 814 Order = Builder.CreateIntCast(Order, Builder.getInt32Ty(), false);
    [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp 732 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 450 IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false),
451 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false));
457 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false));
498 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
516 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
530 IRB.CreateIntCast(CASI->getCompareOperand(), Ty, false),
531 IRB.CreateIntCast(CASI->getNewValOperand(), Ty, false),
MemorySanitizer.cpp     [all...]
AddressSanitizer.cpp 644 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false));
649 IRB.CreateIntCast(MI->getOperand(1), IRB.getInt32Ty(), false),
650 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false));
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 233 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,
490 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
495 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 173 Constant *CreateIntCast(Constant *C, Type *DestTy,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 162 Constant *CreateIntCast(Constant *C, Type *DestTy,
NoFolder.h 221 Instruction *CreateIntCast(Constant *C, Type *DestTy,
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 357 B.CreateIntCast(Char,
416 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true,
561 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
SimplifyLibCalls.cpp 241 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 171 Value *V = Builder->CreateIntCast(AI.getArraySize(),
    [all...]
InstCombineCasts.cpp 532 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp 486 Value *V = Builder->CreateIntCast(Idx, Ty, false);
596 VariableIdx = IC.Builder->CreateIntCast(VariableIdx, IntPtrTy,
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 427 milliseconds

1 2