HomeSort by relevance Sort by last modified time
    Searched defs:CreateCast (Results 1 - 5 of 5) 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 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/clang/include/clang/Sema/
Initialization.h 486 static InitializationKind CreateCast(SourceRange TypeRange) {
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 285 milliseconds