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

  /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 202 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
218 return CreateCast(Instruction::BitCast, C, DestTy);
221 return CreateCast(Instruction::IntToPtr, C, DestTy);
224 return CreateCast(Instruction::PtrToInt, C, DestTy);
TargetFolder.h 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
183 return CreateCast(Instruction::BitCast, C, DestTy);
186 return CreateCast(Instruction::IntToPtr, C, DestTy);
189 return CreateCast(Instruction::PtrToInt, C, DestTy);
IRBuilder.h     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 420 static InitializationKind CreateCast(SourceRange TypeRange) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 402 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp 527 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
717 InV = Builder->CreateCast(CI->getOpcode(),
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 330 : InitializationKind::CreateCast(/*type range?*/ range);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]

Completed in 494 milliseconds