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

  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 121 Value *ShortDivisorV = FastBuilder.CreateCast(Instruction::Trunc, Divisor,
123 Value *ShortDividendV = FastBuilder.CreateCast(Instruction::Trunc, Dividend,
131 Value *FastQuotientV = FastBuilder.CreateCast(Instruction::ZExt,
134 Value *FastRemainderV = FastBuilder.CreateCast(Instruction::ZExt,
  /external/llvm/include/llvm/Support/
ConstantFolder.h 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
171 return CreateCast(Instruction::BitCast, C, DestTy);
174 return CreateCast(Instruction::IntToPtr, C, DestTy);
177 return CreateCast(Instruction::PtrToInt, C, DestTy);
NoFolder.h 214 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
230 return CreateCast(Instruction::BitCast, C, DestTy);
233 return CreateCast(Instruction::IntToPtr, C, DestTy);
236 return CreateCast(Instruction::PtrToInt, C, DestTy);
TargetFolder.h 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
190 return CreateCast(Instruction::BitCast, C, DestTy);
193 return CreateCast(Instruction::IntToPtr, C, DestTy);
196 return CreateCast(Instruction::PtrToInt, C, DestTy);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 357 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
  /external/clang/include/clang/Sema/
Initialization.h 486 static InitializationKind CreateCast(SourceRange TypeRange) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 526 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
InstructionCombining.cpp 552 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
742 InV = Builder->CreateCast(CI->getOpcode(),
    [all...]
InstCombineCalls.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 336 : InitializationKind::CreateCast(/*type range?*/ range);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 508 milliseconds