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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 168 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
191 return CreateCast(Instruction::BitCast, C, DestTy);
194 return CreateCast(Instruction::IntToPtr, C, DestTy);
197 return CreateCast(Instruction::PtrToInt, C, DestTy);
  /external/llvm/include/llvm/IR/
ConstantFolder.h 156 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
178 return CreateCast(Instruction::BitCast, C, DestTy);
181 return CreateCast(Instruction::IntToPtr, C, DestTy);
184 return CreateCast(Instruction::PtrToInt, C, DestTy);
NoFolder.h 215 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
231 return CreateCast(Instruction::BitCast, C, DestTy);
234 return CreateCast(Instruction::IntToPtr, C, DestTy);
237 return CreateCast(Instruction::PtrToInt, C, DestTy);
IRBuilder.h     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 503 static InitializationKind CreateCast(SourceRange TypeRange) {
    [all...]

Completed in 392 milliseconds